Click or drag to resize

PointSet(Point) Method

返回用户文档首页
设置Vec2i的坐标,基于另一个Point实例。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public void Set(
	Point vec
)

Parameters

vec  Point
Point实例,其坐标值将被用来设置当前Vec2i的坐标。
See Also