ImageGear .NET v25.2 - Updated
SelectionPoints Property (ImGearARTMark)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : SelectionPoints Property
Gets the selection points.
Syntax
'Declaration
 
Public Overrides ReadOnly Property SelectionPoints As ReadOnlyCollection(Of ImGearPoint)
'Usage
 
Dim instance As ImGearARTMark
Dim value As ReadOnlyCollection(Of ImGearPoint)
 
value = instance.SelectionPoints
public override ReadOnlyCollection<ImGearPoint> SelectionPoints {get;}
public: __property ReadOnlyCollection<ImGearPoint>* get_SelectionPoints() override;
public:
property ReadOnlyCollection<ImGearPoint>^ SelectionPoints {
   ReadOnlyCollection<ImGearPoint>^ get() override;
}

Property Value

ImageGear.Core.ImGearPoint collection.
Remarks
This property is used internally to draw selection handles for point-based marks. This property is null for rectangular marks which use the Bounds property to draw selection graphics.
See Also

Reference

ImGearARTMark Class
ImGearARTMark Members

Is this page helpful?
Yes No
Thanks for your feedback.