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

SelectionManagerSelectShapes メソッド (SelectionTypes, Point2d, SelectionCombineMode)

図形を選択します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract void SelectShapes(
	SelectionTypes selectType,
	Point2d[] points,
	SelectionCombineMode mode
)

パラメーター

selectType
型: RootPro.RootProCADSelectionTypes
図形の選択方法を指定する SelectionTypes 列挙体のメンバ。
points
型: RootPro.RootProCAD.GeometryPoint2d
図形を選択するときの選択範囲点列の座標を表す Point2d の配列
mode
型: RootPro.RootProCADSelectionCombineMode
選択モードを指定する SelectionCombineMode 列挙体のメンバ。
関連項目