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