IResizable.UpdateBounds(Double, Double, Double, Double) Method

Definition

Repositions the element with the given deltas.

public:
 void UpdateBounds(double leftDelta, double topDelta, double widthDelta, double heightDelta);
public:
 void UpdateBounds(double leftDelta, double topDelta, double widthDelta, double heightDelta);
void UpdateBounds(double leftDelta, double topDelta, double widthDelta, double heightDelta);
public void UpdateBounds (double leftDelta, double topDelta, double widthDelta, double heightDelta);
abstract member UpdateBounds : double * double * double * double -> unit
Public Sub UpdateBounds (leftDelta As Double, topDelta As Double, widthDelta As Double, heightDelta As Double)

Parameters

leftDelta
Double

The change the left position.

topDelta
Double

The change in the top position.

widthDelta
Double

The change in the width.

heightDelta
Double

The change in the height.

Applies to