ID2D1Effect::GetOutput method (d2d1_1.h)

Gets the output image from the effect.

Syntax

void GetOutput(
  [out] ID2D1Image **outputImage
);

Parameters

[out] outputImage

Type: ID2D1Image**

When this method returns, contains the address of a pointer to the output image for the effect.

Return value

None

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

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1.h
DLL D2d1.dll

See also

ID2D1DeviceContext::CreateEffect

ID2D1DeviceContext::DrawImage

ID2D1Effect

ID2D1Effect::GetOutput

ID2D1Image