Click or drag to resize

Canvas2DAddLine(Vec2, Vec2, UInt32, Int32, Double) Method

返回用户文档首页
Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public void AddLine(
	Vec2 pt0,
	Vec2 pt1,
	uint srcColor,
	int lineType,
	double lineWidth
)

Parameters

pt0  Vec2
 
pt1  Vec2
 
srcColor  UInt32
 
lineType  Int32
 
lineWidth  Double
 
See Also