Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Treefrog
Framework
Imaging
Point
C# Class Treefrog.Framework.Imaging.Point
Exibir arquivo
Open project: jaquadro/Treefrog
Class Usage Examples
Public Properties
Property
Type
Description
Zero
Point
Public Methods
Method
Description
Equals
(
Point
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Point
(
int
x
,
int
y
) :
System
ToString
( ) :
string
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
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
Zero
public_oe static_oe property
public
static
Point
Zero
return
Point