ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTSelection Class / SelectionPoints Property




In This Topic
    SelectionPoints Property (ImGearARTSelection)
    In This Topic
    Gets the selection points.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property SelectionPoints As ReadOnlyCollection(Of ImGearPoint)
    'Usage
     
    Dim instance As ImGearARTSelection
    Dim value As ReadOnlyCollection(Of ImGearPoint)
     
    value = instance.SelectionPoints
    public abstract ReadOnlyCollection<ImGearPoint> SelectionPoints {get;}
    public: __property abstract ReadOnlyCollection<ImGearPoint>* get_SelectionPoints();
    public:
    abstract property ReadOnlyCollection<ImGearPoint>^ SelectionPoints {
       ReadOnlyCollection<ImGearPoint>^ get();
    }

    Property Value

    ImageGear.Core.ImGearPoint collection.
    See Also