ImageGear .NET - Updated March 30, 2018
EndPoint Property (ImGearARTLine)




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

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members
ImGearPoint Structure