Table of Contents

Method SetBounds

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetBounds(double, double, double, double, BoundsSpecified)

Sets the specified bounds of the control to new location and size.

void SetBounds(double x, double y, double width, double height, BoundsSpecified specified)

Parameters

x double

The new Left property value of the control.

y double

The new Top property value of the control.

width double

The new Width property value of the control.

height double

The new Height property value of the control.

specified BoundsSpecified

Specifies which bounds to use when applying new location and size.