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
OpenTK
WinGLControl.POINT
C# Class OpenTK.WinGLControl.POINT
Datei anzeigen
Open project: prepare/HTML-Renderer
Public Properties
Property
Type
Description
X
int
Y
int
Public Methods
Method
Description
POINT
(
int
x
,
int
y
) :
System
ToPoint
( ) :
System.Drawing.Point
ToString
( ) :
string
Method Details
POINT()
public
method
public
POINT
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
ToPoint()
public
method
public
ToPoint
( ) :
System.Drawing.Point
return
System.Drawing.Point
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