Click or drag to resize

Canvas2DAddLines(ListVec2, 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 AddLines(
	List<Vec2> ptList,
	uint srcColor,
	int lineType,
	double lineWidth
)

Parameters

ptList  ListVec2
 
srcColor  UInt32
 
lineType  Int32
 
lineWidth  Double
 
See Also