ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLine Class / Point0 Property




In This Topic
    Point0 Property (CADLine)
    In This Topic
    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