C# Class Artemis.Engine.Resolution

A valid screen resolution.
Afficher le fichier Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Méthodes publiques

Свойство Type Description
Native Resolution
Width int

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Resolution() public méthode

public Resolution ( int w, int h ) : System.Windows.Forms
w int
h int
Résultat System.Windows.Forms

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Vector2
Résultat Microsoft.Xna.Framework.Vector2

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Native public_oe static_oe property

The native screen resolution.
public static Resolution,Artemis.Engine Native
Résultat Resolution

Width public_oe property

public int Width
Résultat int