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 |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: