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

Constructors

LineInitializes a new instance of the Line class
Line(Vector2, Vector2)Initializes a new instance of the Line class
Line(Vector3, Vector3)Initializes a new instance of the Line class

Properties

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