Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CrossUI
Drawing
Size
C# Class CrossUI.Drawing.Size
ファイルを表示
Open project: pragmatrix/CrossUI
Class Usage Examples
Public Properties
Property
Type
Description
Vector
Vector
Public Methods
Method
Description
Equals
(
Size
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Size
(
double
widthAndHeight
)
Size
(
double
width
,
double
height
)
operator
( ) :
bool
Method Details
Equals()
public
method
public
Equals
(
Size
other
) :
bool
other
Size
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Size()
public
method
public
Size
(
double
widthAndHeight
)
widthAndHeight
double
Size()
public
method
public
Size
(
double
width
,
double
height
)
width
double
height
double
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
Vector
public_oe property
public
Vector,CrossUI.Drawing
Vector
return
Vector