編集

次の方法で共有


CompositeActivityDesigner.ImageRectangle Property

Definition

Gets the value for the enclosing bounds of the image associated with the designer in logical coordinates.

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

Property Value

A rectangle that encloses the Image displayed for the CompositeActivityDesigner.

Remarks

Use the ImageRectangle to retrieve the coordinates for the rectangle that encloses the image associated with the designer. You can use these coordinates for drawing connectors or overlaying graphics.

Applies to