Canvas2DAddLine(Vec2, Vec2, UInt32, Int32, Double) Method |
返回用户文档首页Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic 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