Show / Hide Table of Contents

Class Circle

Circle Entity

Inheritance
System.Object
Entity
Circle
Inherited Members
Entity.EntityType
Entity.Handle
Entity.ReferencedEntities
Entity.HasReferencedEntities
Entity.LayerName
Entity.UpdateReferencedEntities()
Entity.LayerChanged
Entity.OnLayerChanged(LayerChangedHandlerArgs)
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 Source

Circle(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 Source

CenterPoint

Center Point of the Circle

Declaration
public Vertex CenterPoint { get; set; }
Property Value
Type Description
Vertex
| Improve this Doc View Source

Radius

The Radius of the Circle

Declaration
public double Radius { get; set; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
Back to top Generated by DocFX