XLine 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 XLine : EntityObject
Inheritance
Object    DxfObject    EntityObject    XLine

Constructors

XLineInitializes a new instance of the XLine class
XLine(Vector2, Vector2)Initializes a new instance of the XLine class
XLine(Vector3, Vector3)Initializes a new instance of the XLine class

Properties

CodeName
(Inherited from DxfObject)
Color
(Inherited from EntityObject)
Direction 
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)
Origin 
Owner
(Inherited from EntityObject)
Reactors
(Inherited from EntityObject)
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