ImageGear .NET
SelectionPoints Property (ImGearARTSelection)




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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback