HitTestInfo.Bounds Property

Definition

Returns the bounds of the area hit.

public:
 virtual property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Rectangle Bounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bounds : System.Drawing.Rectangle
Public Overridable ReadOnly Property Bounds As Rectangle

Property Value

A rectangle that encloses the ActivityDesigner associated with the HitTestInfo object or an empty rectangle if the HitTestInfo object is not associated with a designer.

Attributes

Remarks

The bounds will describe the area on the screen that was hit, usually the area that encloses the associated ActivityDesigner.

Applies to