Condividi tramite


HitTestInfo.Bounds Proprietà

Definizione

Restituisce i limiti dell'area sottoposta a hit test.

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

Valore della proprietà

Rectangle

Un rettangolo che racchiude l'oggetto ActivityDesigner associato all'oggetto HitTestInfo o un rettangolo vuoto se l'oggetto HitTestInfo non è associato a una finestra di progettazione.

Attributi

Commenti

I limiti descriveranno l'area sullo schermo sottoposta a hit test che, in genere, corrisponde all'area che racchiude l'oggetto ActivityDesigner associato.

Si applica a