VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePointsEditor Class / GraphicsFigurePointsEditor Constructor(GraphicsFigure)
Syntax Requirements SeeAlso
In This Topic
    GraphicsFigurePointsEditor Constructor(GraphicsFigure)
    In This Topic
    Initializes a new instance of the GraphicsFigurePointsEditor class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal figure
    A graphics figure that must be edited.
    As GraphicsFigure _
    )
    public GraphicsFigurePointsEditor(
    GraphicsFigure figure
    )
    public: GraphicsFigurePointsEditor(
    GraphicsFigure* figure
    )
    public:
    GraphicsFigurePointsEditor(
    GraphicsFigure^ figure
    )

    Parameters

    figure
    A graphics figure that must be edited.
    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