ID2D1TransformedImageSource::GetSource method (d2d1_3.h)

Retrieves the source image used to create the transformed image source. This value corresponds to the value passed to CreateTransformedImageSource.

Syntax

void GetSource(
  ID2D1ImageSource **imageSource
);

Parameters

imageSource

Type: Outptr_result_maybenull**

Retrieves the source image used to create the transformed image source.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
Library D2D1.lib
DLL D2D1.dll

See also

ID2D1TransformedImageSource