Click or drag to resize

Line2D Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.GeometryShape2D
    LoongCAD.GeometryLine2D

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public class Line2D : Shape2D

The Line2D type exposes the following members.

Constructors
 NameDescription
Public methodLine2DInitializes a new instance of the Line2D class
Public methodLine2D(Vec2, Vec2)Initializes a new instance of the Line2D class
Top
Properties
 NameDescription
Public propertyBoundBox
(Inherited from Shape2D)
Public propertyColor
(Inherited from Shape2D)
Public propertyLength 
Public propertyLineType
(Inherited from Shape2D)
Public propertyLineWidth
(Inherited from Shape2D)
Public propertyShapeType
(Inherited from Shape2D)
Public propertyV0 
Public propertyV1 
Top
Methods
See Also