ImageGear .NET v24.12 - Updated
SelectionPoints Property (ImGearARTSelection)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTSelection Class : SelectionPoints Property
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

Reference

ImGearARTSelection Class
ImGearARTSelection Members