ImageGear .NET - Updated March 30, 2018
Point1 Property (CADLine)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLine Class : Point1 Property
End point of the line.
Syntax
'Declaration
 
Public Property Point1 As Double()
 
'Usage
 
Dim instance As CADLine
Dim value() As Double
 
instance.Point1 = value
 
value = instance.Point1
See Also

Reference

CADLine Class
CADLine Members