Circle Class

Definition

Namespace: netDxf.Entities
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class Circle : EntityObject
Inheritance
Object    DxfObject    EntityObject    Circle

Constructors

CircleInitializes a new instance of the Circle class
Circle(Vector2, Double)Initializes a new instance of the Circle class
Circle(Vector3, Double)Initializes a new instance of the Circle class

Properties

Center 
CodeName
(Inherited from DxfObject)
Color
(Inherited from EntityObject)
Handle
(Inherited from DxfObject)
IsVisible
(Inherited from EntityObject)
Layer
(Inherited from EntityObject)
Linetype
(Inherited from EntityObject)
LinetypeScale
(Inherited from EntityObject)
Lineweight
(Inherited from EntityObject)
Normal
(Inherited from EntityObject)
Owner
(Inherited from EntityObject)
Radius 
Reactors
(Inherited from EntityObject)
Thickness 
Transparency
(Inherited from EntityObject)
Type
(Inherited from EntityObject)
XData
(Inherited from DxfObject)

Methods

Events

LayerChanged
(Inherited from EntityObject)
LinetypeChanged
(Inherited from EntityObject)
XDataAddAppReg
(Inherited from DxfObject)
XDataRemoveAppReg
(Inherited from DxfObject)

See Also