ImageGear .NET - Updated
Point0 Property (CADLine)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLine Class : Point0 Property
Start point of the line.
Syntax
'Declaration
 
Public Property Point0 As Double()
'Usage
 
Dim instance As CADLine
Dim value() As Double
 
instance.Point0 = value
 
value = instance.Point0
public double[] Point0 {get; set;}
public: __property double[]* get_Point0();
public: __property void set_Point0( 
   double[]* value
);
public:
property array<double>^ Point0 {
   array<double>^ get();
   void set (    array<double>^ value);
}
See Also

Reference

CADLine Class
CADLine Members