ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / PathGeometry1 Class / Create Method
The factory.

In This Topic
    Create Method (PathGeometry1)
    In This Topic
    Initializes a new instance of the PathGeometry1 class.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory1 _
    ) As PathGeometry1
    public static PathGeometry1 Create( 
       Factory1 factory
    )

    Parameters

    factory
    The factory.
    See Also