EllipticalArc2dCenter Property
|
Property that represents the center of this
elliptical arc.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point2d Center { get; set; }
Public Property Center As Point2d
Get
Set
public:
property Point2d Center {
Point2d get ();
void set (Point2d value);
}
member Center : Point2d with get, set
Property Value
Point2d
See Also