C# Class OpenTK.WinGLControl.POINT

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
X int
Y int

Méthodes publiques

Méthode Description
POINT ( int x, int y ) : System
ToPoint ( ) : System.Drawing.Point
ToString ( ) : string

Method Details

POINT() public méthode

public POINT ( int x, int y ) : System
x int
y int
Résultat System

ToPoint() public méthode

public ToPoint ( ) : System.Drawing.Point
Résultat System.Drawing.Point

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int