ID2D1TransformedImageSource::GetProperties method

Retrieves the properties specified when the transformed image source was created. This value corresponds to the value passed to CreateTransformedImageSource.

Syntax


void GetProperties(
  [out] D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES *properties
);

Parameters

properties [out]

Type: D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES*

the properties specified when the transformed image source was created.

Return value

This method does not return a value.

Requirements

Header

D2d1_3.h

Library

D2D1.lib

DLL

D2D1.dll

See also

ID2D1TransformedImageSource

 

 

Show: