ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADFace Class / Point2 Property




In This Topic
    Point2 Property (CADFace)
    In This Topic
    A point that makes up this CADFace
    Syntax
    'Declaration
     
    Public Property Point2 As Double()
    'Usage
     
    Dim instance As CADFace
    Dim value() As Double
     
    instance.Point2 = value
     
    value = instance.Point2
    public double[] Point2 {get; set;}
    public: __property double[]* get_Point2();
    public: __property void set_Point2( 
       double[][]* value
    );
    public:
    property array<double>^ Point2 {
       array<double>^ get();
       void set (    array<double>^ value);
    }
    See Also