FormRECT Constructor

Initializes a new instance of the FormRECT class.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public RECT(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left  Int32
The left based on which this FormRECT will be created
top  Int32
The top based on which this FormRECT will be created
right  Int32
The right based on which this FormRECT will be created
bottom  Int32
The bottom based on which this FormRECT will be created

See Also