ID2D1Effect::GetOutput method
Gets the output image from the effect.
Syntax
void GetOutput(
[out] ID2D1Image **outputImage
);
Parameters
- outputImage [out]
-
Type: ID2D1Image**
When this method returns, contains the address of a pointer to the output image for the effect.
Return value
This method does not return a value.
Remarks
The output image can be set as an input to another effect, or can be directly passed into the ID2D1DeviceContext in order to render the effect.
It is also possible to use QueryInterface to retrieve the same output image.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
DLL |
|
See also
- ID2D1Effect
- ID2D1DeviceContext::CreateEffect
- ID2D1Image
- ID2D1Effect::GetOutput
- ID2D1DeviceContext::DrawImage