Box2DTranslate(Double, Double) Method |
返回用户文档首页
移动包围盒
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic void Translate(
double x,
double y
)
Parameters
- x Double
- X方向移动的距离
- y Double
- Y方向移动的距离
See Also