ID2D1DeviceContext::SetRenderingControls method
Sets the rendering controls for the given device context.
Syntax
void SetRenderingControls( [in] const D2D1_RENDERING_CONTROLS *renderingControls );
Parameters
- renderingControls [in]
-
Type: const D2D1_RENDERING_CONTROLS*
The rendering controls to be applied.
Return value
This method does not return a value.
Remarks
The rendering controls allow the application to tune the precision, performance, and resource usage of rendering operations.
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