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
DrawingGL
Vertex
C# Class PixelFarm.DrawingGL.Vertex
显示文件
Open project: prepare/HTML-Renderer
Public Properties
Property
Type
Description
m_X
double
m_Y
double
Public Methods
Method
Description
ToString
( ) :
string
Vertex
(
double
x
,
double
y
) :
System
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
Vertex()
public
method
public
Vertex
(
double
x
,
double
y
) :
System
x
double
y
double
return
System
Property Details
m_X
public_oe property
public
double
m_X
return
double
m_Y
public_oe property
public
double
m_Y
return
double