ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / RestoreDrawingState Method

In This Topic
    RestoreDrawingState Method
    In This Topic
    void ID2D1RenderTarget::RestoreDrawingState([In] ID2D1DrawingStateBlock* drawingStateBlock)
    Syntax
    'Declaration
     
    Public Sub RestoreDrawingState( _
       ByVal drawingStateBlock As DrawingStateBlock _
    ) 
    public void RestoreDrawingState( 
       DrawingStateBlock drawingStateBlock
    )

    Parameters

    drawingStateBlock
    See Also