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