C# Class Artemis.Engine.Resolution

A valid screen resolution.
Datei anzeigen Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Public Properties

Property Type Description
Native Resolution
Width int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Resolution ( int w, int h ) : System.Windows.Forms
ToString ( ) : string
operator ( ) : Vector2
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Resolution() public method

public Resolution ( int w, int h ) : System.Windows.Forms
w int
h int
return System.Windows.Forms

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Vector2
return Microsoft.Xna.Framework.Vector2

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Native public_oe static_oe property

The native screen resolution.
public static Resolution,Artemis.Engine Native
return Resolution

Width public_oe property

public int Width
return int