SelectionGlyph.GetBounds(ActivityDesigner, Boolean) メソッド

定義

指定された ActivityDesigner での選択グリフの境界を返します。

public:
 override System::Drawing::Rectangle GetBounds(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer, bool activated);
public override System.Drawing.Rectangle GetBounds (System.Workflow.ComponentModel.Design.ActivityDesigner designer, bool activated);
override this.GetBounds : System.Workflow.ComponentModel.Design.ActivityDesigner * bool -> System.Drawing.Rectangle
Public Overrides Function GetBounds (designer As ActivityDesigner, activated As Boolean) As Rectangle

パラメーター

designer
ActivityDesigner

選択グリフが関連付けられている ActivityDesigner

activated
Boolean

選択グリフをアクティビティ デザイナー画面に表示するかどうかを指定する場合は true。それ以外の場合は false

戻り値

グリフの境界を表す Rectangle

注釈

派生クラスでオーバーライドされない限り、GetBounds は、Boundsdesigner の 1.5 倍のサイズの四角形を返します。

適用対象