ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawingStateBlock Class / Create Method / Create(Factory,DrawingStateDescription) Method
an instance of Factory
A structure that contains antialiasing, transform, and tags information.

In This Topic
    Create(Factory,DrawingStateDescription) Method
    In This Topic
    Creates an DrawingStateBlock that can be used with the {{SaveDrawingState}} and {{RestoreDrawingState}} methods of a render target.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As Factory, _
       ByVal drawingStateDescription As DrawingStateDescription _
    ) As DrawingStateBlock

    Parameters

    factory
    an instance of Factory
    drawingStateDescription
    A structure that contains antialiasing, transform, and tags information.
    See Also