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

SelectedShapeCollectionItem プロパティ

コレクション内の指定したインデックスにある選択図形を取得します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract SelectedShape this[
	int index
] { get; }

パラメーター

index
型: SystemInt32
取得する選択図形のインデックス。

戻り値

型: SelectedShape
コレクション内の指定したインデックスにある選択図形を表す SelectedShape
関連項目