ImageGear .NET - Updated October 26, 2017
SelectionPoints Property (ImGearARTSelection)




ImageGear23.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

Property Value

ImageGear.Core.ImGearPoint collection.
See Also

Reference

ImGearARTSelection Class
ImGearARTSelection Members