C# Class OpenTK.WinGLControl.POINT

Mostra file 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