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