SelectionManager クラス |
名前空間: RootPro.RootProCAD
SelectionManager 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | SelectionManager | SelectionManagerクラスの新しいインスタンスを初期化します |
名前 | 説明 | |
---|---|---|
![]() | Document |
関連付けられたドキュメントを取得します。
|
![]() | SelectedShapes |
選択図形のコレクションを取得します。
|
![]() | SelectionGroups |
選択図形グループのコレクションを取得します。
|
名前 | 説明 | |
---|---|---|
![]() | ClearSelection |
すべての図形の選択を解除します。
|
![]() | ClearSelection(Shape) |
指定した図形の選択を解除します。
|
![]() | ClearSelection(Shape) |
指定した複数の図形の選択を解除します。
|
![]() | CreateSelectionFilter |
絞り込みの条件選択オブジェクトを取得します。
|
![]() | Equals | 指定したオブジェクトが、現在のオブジェクトと等しいかどうかを判断します。 (Objectから継承) |
![]() | FilterSelection |
選択図形の絞り込みを実行します。
|
![]() | Finalize | オブジェクトが、ガベージ コレクションによって収集される前に、リソースの解放とその他のクリーンアップ操作の実行を試みることができるようにします。 (Objectから継承) |
![]() | GetHashCode | 既定のハッシュ関数として機能します。 (Objectから継承) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Objectから継承) |
![]() | InvertSelection |
選択状態を反転します。
|
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Objectから継承) |
![]() | OnSelectionChanged |
SelectionChanged イベントを発生させます。
|
![]() | SelectAll |
すべての図形を選択します。
|
![]() | SelectPrevious |
直前に選択していた図形を再度選択します。
|
![]() | SelectShape(Shape, SelectionCombineMode) |
指定した図形を選択します。
|
![]() | SelectShape(Shape, Layout, SelectionCombineMode) |
指定した図形を選択します。
|
![]() | SelectShapeByCycling |
重なっている図形の中から一つの図形を選択します。
|
![]() | SelectShapes(Shape, SelectionCombineMode) |
指定した複数の図形を選択します。
|
![]() | SelectShapes(SelectionTypes, Point2d, SelectionCombineMode) |
図形を選択します。
|
![]() | SelectShapes(Shape, Layout, SelectionCombineMode) |
指定した複数の図形を選択します。
|
![]() | ToString | 現在のオブジェクトを表す文字列を返します。 (Objectから継承) |
名前 | 説明 | |
---|---|---|
![]() | SelectionChanged |
図形の選択状態が変更されると発生します。
|