ID2D1DeviceContext::GetRenderingControls method (d2d1_1.h)

Gets the rendering controls that have been applied to the context.

Syntax

void GetRenderingControls(
  [out] D2D1_RENDERING_CONTROLS *renderingControls
);

Parameters

[out] renderingControls

Type: D2D1_RENDERING_CONTROLS*

When this method returns, contains a pointer to the rendering controls for this context.

Return value

None

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

D2D1_RENDERING_CONTROLS

ID2D1DeviceContext