SelectionGlyph.GetBounds(ActivityDesigner, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定 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 會傳回大小為 Bounds 之 designer
一點五倍的矩形。