Click or drag to resize

Vec2iSet Method

返回用户文档首页
设置 Vec2i 实例的 X 和 Y 值。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public void Set(
	int _x,
	int _y
)

Parameters

_x  Int32
新的 X 值。
_y  Int32
新的 Y 值。
See Also