ImageGear .NET - Updated October 26, 2017
EndPoint Property (ImGearARTArrow)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTArrow Class : EndPoint Property
Gets or sets the end point of the arrow.
Syntax
'Declaration
 
Public Property EndPoint As ImGearPoint
 
'Usage
 
Dim instance As ImGearARTArrow
Dim value As ImGearPoint
 
instance.EndPoint = value
 
value = instance.EndPoint

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTArrow Class
ImGearARTArrow Members
ImGearPoint Structure