ID2D1TransformedImageSource::GetProperties method (d2d1_3.h)

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

[out] properties

Type: D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES*

the properties specified when the transformed image source was created.

Return value

None

Requirements

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

See also

ID2D1TransformedImageSource