ImageGear .NET - Updated
Point1 Property (CADLinearRuler)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLinearRuler Class : Point1 Property
End point of the ruler.
Syntax
'Declaration
 
Public Property Point1 As Double()
'Usage
 
Dim instance As CADLinearRuler
Dim value() As Double
 
instance.Point1 = value
 
value = instance.Point1
public double[] Point1 {get; set;}
public: __property double[]* get_Point1();
public: __property void set_Point1( 
   double[]* value
);
public:
property array<double>^ Point1 {
   array<double>^ get();
   void set (    array<double>^ value);
}
See Also

Reference

CADLinearRuler Class
CADLinearRuler Members