RECT Constructor (Int32, Int32, Int32, Int32) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public RECT(
int x,
int y,
int width,
int height
)
Public Sub New (
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
public:
RECT(
int x,
int y,
int width,
int height
)
new :
x : int *
y : int *
width : int *
height : int -> RECT
Parameters
- x
- Type: SystemInt32
X position of the rectangle - y
- Type: SystemInt32
Y position of the rectangle - width
- Type: SystemInt32
Width of the rectangle - height
- Type: SystemInt32
Height of the rectangle
See Also