Control.UpdateBounds Yöntem

Tanım

Denetimin sınırlarını Güncelleştirmeler.

Aşırı Yüklemeler

UpdateBounds()

Geçerli boyut ve konumla denetimin sınırlarını Güncelleştirmeler.

UpdateBounds(Int32, Int32, Int32, Int32)

Denetimin sınırlarını belirtilen boyut ve konumla Güncelleştirmeler.

UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)

Denetimin sınırlarını belirtilen boyut, konum ve istemci boyutuyla Güncelleştirmeler.

UpdateBounds()

Geçerli boyut ve konumla denetimin sınırlarını Güncelleştirmeler.

protected:
 void UpdateBounds();
protected public:
 void UpdateBounds();
protected void UpdateBounds ();
protected internal void UpdateBounds ();
member this.UpdateBounds : unit -> unit
Protected Sub UpdateBounds ()
Protected Friend Sub UpdateBounds ()

Açıklamalar

Denetimin yenisi Size öncekinden SizeSizeChanged farklıysa, olay oluşturulur. Benzer şekilde, denetimin değişirse Location , LocationChanged olay tetikler.

Ayrıca bkz.

Şunlara uygulanır

UpdateBounds(Int32, Int32, Int32, Int32)

Denetimin sınırlarını belirtilen boyut ve konumla Güncelleştirmeler.

protected:
 void UpdateBounds(int x, int y, int width, int height);
protected void UpdateBounds (int x, int y, int width, int height);
member this.UpdateBounds : int * int * int * int -> unit
Protected Sub UpdateBounds (x As Integer, y As Integer, width As Integer, height As Integer)

Parametreler

x
Int32

Denetimin X koordinatı.

y
Int32

Denetimin Y koordinatı.

width
Int32

Denetimin Width .

height
Int32

Denetimin Height .

Açıklamalar

Denetimin yenisi Size öncekinden SizeSizeChanged farklıysa, olay tetikler. Benzer şekilde, Location denetim değişikliklerinin LocationChanged olayı oluşturulur.

Ayrıca bkz.

Şunlara uygulanır

UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)

Denetimin sınırlarını belirtilen boyut, konum ve istemci boyutuyla Güncelleştirmeler.

protected:
 void UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight);
protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight);
member this.UpdateBounds : int * int * int * int * int * int -> unit
Protected Sub UpdateBounds (x As Integer, y As Integer, width As Integer, height As Integer, clientWidth As Integer, clientHeight As Integer)

Parametreler

x
Int32

Denetimin X koordinatı.

y
Int32

Denetimin Y koordinatı.

width
Int32

Denetimin Width .

height
Int32

Denetimin Height .

clientWidth
Int32

Denetimin istemcisi Width .

clientHeight
Int32

Denetimin istemcisi Height .

Açıklamalar

Denetimin yenisi Size öncekinden SizeSizeChanged farklıysa, olay oluşturulur. Benzer şekilde, denetimin değişirse Location , LocationChanged olay tetikler.

Ayrıca bkz.

Şunlara uygulanır