IResizable.UpdateBounds(Double, Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.