HitTestInfo.Bounds Proprietà

Definizione

Restituisce i limiti dell'area di 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

Valore della proprietà

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 descrivono l'area sullo schermo che è stata raggiunta, in genere l'area che racchiude l'oggetto associato ActivityDesigner.

Si applica a