リサイズはクリックかドラッグ

DrawingViewTransformShapeWorldToLocal メソッド

図形を、ワールド座標系から、指定したレイアウトのローカル座標系へ変換します。

名前空間:  RootPro.RootProCAD.UI
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract Shape TransformShapeWorldToLocal(
	Layout layout,
	Shape shape
)

パラメーター

layout
型: RootPro.RootProCADLayout
レイアウト
shape
型: RootPro.RootProCADShape
ワールド座標系の図形

戻り値

型: Shape
ローカル座標系の図形
関連項目