WinApiRECT(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the WinApiRECT class

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpers
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RECT(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left  Int32
 
top  Int32
 
right  Int32
 
bottom  Int32
 

See Also