VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / PdfAnnotationGraphicsFigure Class / CreatePointsEditor() Method
Syntax Requirements SeeAlso
In This Topic
    CreatePointsEditor() Method (PdfAnnotationGraphicsFigure)
    In This Topic
    Creates a points editor of graphics figure.
    Syntax
    'Declaration
    
    Public Overrides Function CreatePointsEditor() As GraphicsFigurePointsEditor
    
    
    public override GraphicsFigurePointsEditor CreatePointsEditor()
    
    
    public: GraphicsFigurePointsEditor* CreatePointsEditor(); override
    
    
    public:
    GraphicsFigurePointsEditor^ CreatePointsEditor(); override

    Return Value

    A points editor of graphics figure.
    Requirements

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

    See Also