C# Class Treefrog.Render.ToXnaInterop

Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
ToXnaColor ( this color ) : Microsoft.Xna.Framework.Color
ToXnaPoint ( this point ) : Point
ToXnaRectangle ( this rect ) : Rectangle
ToXnaVector2 ( this point ) : Vector2

Method Details

ToXnaColor() public static méthode

public static ToXnaColor ( this color ) : Microsoft.Xna.Framework.Color
color this
Résultat Microsoft.Xna.Framework.Color

ToXnaPoint() public static méthode

public static ToXnaPoint ( this point ) : Point
point this
Résultat Microsoft.Xna.Framework.Point

ToXnaRectangle() public static méthode

public static ToXnaRectangle ( this rect ) : Rectangle
rect this
Résultat Microsoft.Xna.Framework.Rectangle

ToXnaVector2() public static méthode

public static ToXnaVector2 ( this point ) : Vector2
point this
Résultat Microsoft.Xna.Framework.Vector2