Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CrossUI
Drawing
Point
C# Class CrossUI.Drawing.Point
Datei anzeigen
Open project: pragmatrix/CrossUI
Class Usage Examples
Public Properties
Property
Type
Description
Vector
Vector
Public Methods
Method
Description
Equals
(
Point
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Point
(
Vector
v
)
Point
(
double
left
,
double
top
)
operator
( ) :
Vector
operator
( ) :
bool
Method Details
Equals()
public
method
public
Equals
(
Point
other
) :
bool
other
Point
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Point()
public
method
public
Point
(
Vector
v
)
v
Vector
Point()
public
method
public
Point
(
double
left
,
double
top
)
left
double
top
double
operator()
public
static
method
public
static
operator
( ) :
Vector
return
Vector
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
Vector
public_oe property
public
Vector,CrossUI.Drawing
Vector
return
Vector