ControlBaseSetBoundsCore Method
Performs the work of setting the specified bounds of this control.
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Protected Overrides Sub SetBoundsCore (
x As Integer,
y As Integer,
width As Integer,
height As Integer,
specified As BoundsSpecified
)
abstract SetBoundsCore :
x : int *
y : int *
width : int *
height : int *
specified : BoundsSpecified -> unit
override SetBoundsCore :
x : int *
y : int *
width : int *
height : int *
specified : BoundsSpecified -> unit
Parameters
- x Int32
- The new Left property value of the control.
- y Int32
- The new Top property value of the control.
- width Int32
- The new Width property value of the control.
- height Int32
- The new Height property value of the control.
- specified BoundsSpecified
- A bitwise combination of the BoundsSpecified values.