Class Circle
Circle Entity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.Entities
Assembly: Dxflib.dll
Syntax
public class Circle : Entity
Constructors
| Improve this Doc View SourceCircle(CircularArcBuffer)
Circle Buffer Constructor
Declaration
public Circle(CircularArcBuffer cb)
Parameters
Type | Name | Description |
---|---|---|
CircularArcBuffer | cb | A CircularArcBuffer Buffer |
Remarks
Note that only the Radius and CenterPoint information will be used from the Buffer
Properties
| Improve this Doc View SourceCenterPoint
Center Point of the Circle
Declaration
public Vertex CenterPoint { get; set; }
Property Value
Type | Description |
---|---|
Vertex |
Radius
The Radius of the Circle
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |