ImageGear for .NET
SelectionPoints Property (ImGearARTHollowPolygon)




Gets the selection points.
Syntax
'Declaration
 
Public Overrides ReadOnly Property SelectionPoints As ReadOnlyCollection(Of ImGearPoint)
'Usage
 
Dim instance As ImGearARTHollowPolygon
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.
See Also

Reference

ImGearARTHollowPolygon Class
ImGearARTHollowPolygon Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback