C# Class Pokemon3D.Common.Extensions.RectangleExtension

Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
Scale ( this rectangle, float scale ) : Rectangle
Translate ( this rectangle, int x, int y ) : Rectangle

Method Details

Scale() public static méthode

public static Scale ( this rectangle, float scale ) : Rectangle
rectangle this
scale float
Résultat Microsoft.Xna.Framework.Rectangle

Translate() public static méthode

public static Translate ( this rectangle, int x, int y ) : Rectangle
rectangle this
x int
y int
Résultat Microsoft.Xna.Framework.Rectangle