FormRECT Constructor
Initializes a new instance of the
FormRECT class.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public RECT(
int left,
int top,
int right,
int bottom
)
Public Sub New (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer
)
new :
left : int *
top : int *
right : int *
bottom : int -> RECT
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