HitTestInfo.Bounds Propriedade

Definição

Retorna os limites de ocorrência da área.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

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.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.

Atributos

Comentários

Os limites descreverão a área na tela que foi atingida, geralmente a área que se aproxima da associada ActivityDesigner .The bounds will describe the area on the screen that was hit, usually the area that encloses the associated ActivityDesigner.

Aplica-se a