VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePointsEditor Class / Figure Property
Syntax Requirements SeeAlso
In This Topic
    Figure Property (GraphicsFigurePointsEditor)
    In This Topic
    Gets the graphics figure that is edited using this editor.
    Syntax
    'Declaration
    
    Public ReadOnly Property Figure As GraphicsFigure
    
    
    public GraphicsFigure Figure { get; }
    
    
    public: __property GraphicsFigure* get_Figure();
    
    
    
    public:
    property GraphicsFigure^ Figure { GraphicsFigure^ get(); }
    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