ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / PathGeometry Class / Create Method
an instance of Factory

In This Topic
    Create Method (PathGeometry)
    In This Topic
    Creates an empty PathGeometry.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory _
    ) As PathGeometry
    public static PathGeometry Create( 
       Factory factory
    )

    Parameters

    factory
    an instance of Factory
    See Also