FormSetBoundsCore Method

Definition

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

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.

See Also