ID2D1Factory::CreateDrawingStateBlock methods

Creates an ID2D1DrawingStateBlock that can be used with the SaveDrawingState and RestoreDrawingState methods of a render target.

Overload list

Method Description
CreateDrawingStateBlock(D2D1_DRAWING_STATE_DESCRIPTION*,IDWriteRenderingParams*,ID2D1DrawingStateBlock**) Creates an ID2D1DrawingStateBlock that can be used with the SaveDrawingState and RestoreDrawingState methods of a render target.
CreateDrawingStateBlock(ID2D1DrawingStateBlock**) Creates an ID2D1DrawingStateBlock that can be used with the SaveDrawingState and RestoreDrawingState methods of a render target.
CreateDrawingStateBlock(D2D1_DRAWING_STATE_DESCRIPTION&,ID2D1DrawingStateBlock**) Creates an ID2D1DrawingStateBlock that can be used with the SaveDrawingState and RestoreDrawingState methods of a render target.

Requirements

Requirement Value
Library
D2d1.lib
DLL
D2d1.dll

See also

ID2D1Factory