VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphicsPath Class / CreateGraphicsPathData(GraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
    CreateGraphicsPathData(GraphicsPath) Method (GdiGraphicsPath)
    In This Topic
    Creates the graphics path data form specified path.
    Syntax
    'Declaration
    
    Public Shared Function CreateGraphicsPathData( _
    ByVal path
    The path.
    As System.Drawing.Drawing2D.GraphicsPath _
    ) As Vintasoft.Imaging.Drawing.GraphicsPathData
    public static Vintasoft.Imaging.Drawing.GraphicsPathData CreateGraphicsPathData(
    System.Drawing.Drawing2D.GraphicsPath path
    )
    public: static Vintasoft.Imaging.Drawing.GraphicsPathData* CreateGraphicsPathData(
    System.Drawing.Drawing2D.GraphicsPath path
    )
    public:
    static Vintasoft.Imaging.Drawing.GraphicsPathData^ CreateGraphicsPathData(
    System.Drawing.Drawing2D.GraphicsPath path
    )

    Parameters

    path
    The path.

    Return Value

    A new instance of GraphicsPathData.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also