Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PixelFarm
Agg
Imaging
Point
C# Class PixelFarm.Agg.Imaging.Point
显示文件
Open project: prepare/HTML-Renderer
Class Usage Examples
Public Properties
Property
Type
Description
x
int
y
int
Public Methods
Method
Description
Offset
(
int
dx
,
int
dy
) :
void
Point
(
int
x
,
int
y
) :
System
ToString
( ) :
string
Method Details
Offset()
public
method
public
Offset
(
int
dx
,
int
dy
) :
void
dx
int
dy
int
return
void
Point()
public
method
public
Point
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int