C# Class OpenTK.Graphics.Point

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
Empty Point

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Offset ( int dx, int dy ) : void
Point ( int x, int y ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Offset() public method

public Offset ( int dx, int dy ) : void
dx int
dy int
return void

Point() public method

public Point ( int x, int y ) : System
x int
y int
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public static property

public static Point Empty
return Point