ActivityDesigner.Bounds 屬性

定義

得到 a Rectangle ,包含設計者所包圍矩形的邏輯座標值。

public:
 property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle

屬性值

Rectangle A包圍設計師。

備註

你可以用邊界法回傳的矩形來判斷設計師包圍的面積加上選取區域。

適用於

另請參閱