ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADCircle Class / Center Property




In This Topic
    Center Property (CADCircle)
    In This Topic
    Center of cicle.
    Syntax
    'Declaration
     
    Public Property Center As Double()
    'Usage
     
    Dim instance As CADCircle
    Dim value() As Double
     
    instance.Center = value
     
    value = instance.Center
    public double[] Center {get; set;}
    public: __property double[]* get_Center();
    public: __property void set_Center( 
       double[][]* value
    );
    public:
    property array<double>^ Center {
       array<double>^ get();
       void set (    array<double>^ value);
    }
    See Also