FormSetBoundsCore Method
Namespace: Firefly.Box.UIAssembly: 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 x-coordinate.
- y Int32
- The y-coordinate.
- width Int32
- The bounds width.
- height Int32
- The bounds height.
- specified BoundsSpecified
- A value from the BoundsSpecified enumeration.