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.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override void SetClientSizeCore(
	int x,
	int y
)

Parameters

x  Int32
Requested width of the client region.
y  Int32
Requested height of the client region.

See Also