RECT(Int32, Int32, Int32, Int32) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 Int32
- X position of the rectangle
- y Int32
- Y position of the rectangle
- width Int32
- Width of the rectangle
- height Int32
- Height of the rectangle
See Also