VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / PointBasedAnnotationPointTransformer Class / RemovePoint(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    RemovePoint(Int32) Method (PointBasedAnnotationPointTransformer)
    In This Topic
    Removes selected point from an the interactive object.
    Syntax
    'Declaration
    
    Public Sub RemovePoint( _
    ByVal index
    A point index.
    As System.Int32 _
    )
    public void RemovePoint(
    System.Int32 index
    )
    public: void RemovePoint(
    System.Int32 index
    )
    public:
    void RemovePoint(
    System.Int32 index
    )

    Parameters

    index
    A point index.
    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