Compartilhar via


HitTestInfo.Bounds Propriedade

Definição

Retorna os limites de ocorrência da área.

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

Valor da propriedade

Rectangle

Um retângulo que inclui o associado ao ActivityDesigner HitTestInfo objeto ou um retângulo vazio se o HitTestInfo objeto não estiver associado a um designer.

Atributos

Comentários

Os limites descreverão a área na tela que foi atingida, geralmente a área que se aproxima da associada ActivityDesigner .

Aplica-se a