ID2D1TransformedImageSource::GetSource method

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

Syntax


void GetSource(
   _Outptr_result_maybenull_ **imageSource
);

Parameters

imageSource

Type: _Outptr_result_maybenull_**

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

Return value

This method does not return a value.

Requirements

Header

D2d1_3.h

Library

D2D1.lib

DLL

D2D1.dll

See also

ID2D1TransformedImageSource

 

 

Show: