ImageGear .NET - Updated May 1, 2018
StartPoint Property (IImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTLine Interface : StartPoint Property
Gets or sets the start point of the line.
Syntax
'Declaration
 
Property StartPoint As ImGearPoint
 
'Usage
 
Dim instance As IImGearARTLine
Dim value As ImGearPoint
 
instance.StartPoint = value
 
value = instance.StartPoint

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearPoint Structure