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
PixelFarm
Agg
Lines
LineAAVertex
C# Class PixelFarm.Agg.Lines.LineAAVertex
Datei anzeigen
Open project: prepare/HTML-Renderer
Class Usage Examples
Public Properties
Property
Type
Description
len
int
x
int
y
int
Public Methods
Method
Description
IsDiff
(
LineAAVertex
val
) :
bool
LineAAVertex
(
int
x
,
int
y
) :
System
Method Details
IsDiff()
public
method
public
IsDiff
(
LineAAVertex
val
) :
bool
val
LineAAVertex
return
bool
LineAAVertex()
public
method
public
LineAAVertex
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
Property Details
len
public_oe property
public
int
len
return
int
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int