Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
WinQuickLook
Interop
RECT
C# Class WinQuickLook.Interop.RECT
Show file
Open project: shibayan/WinQuickLook
Public Properties
Property
Type
Description
cx
int
cy
int
x
int
y
int
Public Methods
Method
Description
RECT
(
int
x
,
int
y
,
int
cx
,
int
cy
) :
System
Method Details
RECT()
public
method
public
RECT
(
int
x
,
int
y
,
int
cx
,
int
cy
) :
System
x
int
y
int
cx
int
cy
int
return
System
Property Details
cx
public property
public
int
cx
return
int
cy
public property
public
int
cy
return
int
x
public property
public
int
x
return
int
y
public property
public
int
y
return
int