SequentialWorkflowRootDesigner.ImageRectangle プロパティ

定義

デザイナーに関連付けられているイメージの外側の境界の値を論理座標で取得します。

protected:
 virtual property System::Drawing::Rectangle ImageRectangle { System::Drawing::Rectangle get(); };
protected override System.Drawing.Rectangle ImageRectangle { get; }
member this.ImageRectangle : System.Drawing.Rectangle
Protected Overrides ReadOnly Property ImageRectangle As Rectangle

プロパティ値

Rectangleに表示されるImageを囲むCompositeActivityDesigner

注釈

ImageRectangleを使用して、デザイナーに関連付けられているイメージを囲む四角形の座標を取得します。 これらの座標は、コネクタの描画やグラフィックスのオーバーレイに使用できます。

適用対象