ID2D1Factory1::CreateDrawingStateBlock methods

Creates a new drawing state block, this can be used in subsequent SaveDrawingState and RestoreDrawingState operations on the render target.

Overload list

Method Description
CreateDrawingStateBlock (D2D1_DRAWING_STATE_DESCRIPTION1*, IDWriteRenderingParams*, ID2D1DrawingStateBlock1**) Creates a new drawing state block, this can be used in subsequent SaveDrawingState and RestoreDrawingState operations on the render target.
CreateDrawingStateBlock (ID2D1DrawingStateBlock1**) Creates a new drawing state block, this can be used in subsequent SaveDrawingState and RestoreDrawingState operations on the render target.
CreateDrawingStateBlock (D2D1_DRAWING_STATE_DESCRIPTION1&, ID2D1DrawingStateBlock1**) Creates a new drawing state block, this can be used in subsequent SaveDrawingState and RestoreDrawingState operations on the render target.

See also

ID2D1Factory1