VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / PathGraphicObject Class / Path Property
Syntax Requirements SeeAlso
In This Topic
    Path Property (PathGraphicObject)
    In This Topic
    Gets or sets the path of the object.
    Syntax
    'Declaration
    
    Public Property Path As System.Drawing.Drawing2D.GraphicsPath
    
    
    public System.Drawing.Drawing2D.GraphicsPath Path { get; set; }
    
    
    public: __property System.Drawing.Drawing2D.GraphicsPath get_Path();
    public: __property void set_Path(
    System.Drawing.Drawing2D.GraphicsPath value
    );
    public:
    property System.Drawing.Drawing2D.GraphicsPath Path { System.Drawing.Drawing2D.GraphicsPath get(); void set(System.Drawing.Drawing2D.GraphicsPath value); }

    Property Value

    Default value is null.
    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