C# Class GraphicsImplementation.Gdi32.POINT

Mostra file Open project: filipkunc/GLGraphics

Public Properties

Property Type Description
x int
y int

Public Methods

Method Description
POINT ( Point pt ) : System
POINT ( int xx, int yy ) : System

Method Details

POINT() public method

public POINT ( Point pt ) : System
pt Point
return System

POINT() public method

public POINT ( int xx, int yy ) : System
xx int
yy int
return System

Property Details

x public_oe property

public int x
return int

y public_oe property

public int y
return int