WinApiRECT(Int32, Int32, Int32, Int32) Constructor
Initializes a new instance of the
WinApiRECT class
Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
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
)
public:
RECT(
int left,
int top,
int right,
int bottom
)
new :
left : int *
top : int *
right : int *
bottom : int -> RECT
Parameters
- left Int32
-
- top Int32
-
- right Int32
-
- bottom Int32
-