DrawingViewTransformShapesLocalToWorld メソッド |
複数の図形を、指定したレイアウトのローカル座標系から、ワールド座標系へ変換します。
名前空間:
RootPro.RootProCAD.UI
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract Shape[] TransformShapesLocalToWorld(
Layout layout,
Shape[] shapes
)
Public MustOverride Function TransformShapesLocalToWorld (
layout As Layout,
shapes As Shape()
) As Shape()
パラメーター
- layout
- 型: RootPro.RootProCADLayout
レイアウト - shapes
- 型: RootPro.RootProCADShape
ローカル座標系の図形の配列
戻り値
型:
Shapeワールド座標系の図形の配列
関連項目