FormSetClientSizeCore Method
Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override void SetClientSizeCore(
int x,
int y
)
Protected Overrides Sub SetClientSizeCore (
x As Integer,
y As Integer
)
abstract SetClientSizeCore :
x : int *
y : int -> unit
override SetClientSizeCore :
x : int *
y : int -> unit
Parameters
- x Int32
- Requested width of the client region.
- y Int32
- Requested height of the client region.