ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLinearRuler Class / Point1 Property




In This Topic
    Point1 Property (CADLinearRuler)
    In This Topic
    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