C# Class Treefrog.Framework.Rotate90Transform

Inheritance: TileTransform
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
InverseTransform ( TextureResource data, int width, int height ) : TextureResource
Transform ( TextureResource data, int width, int height ) : TextureResource

Method Details

InverseTransform() public méthode

public InverseTransform ( TextureResource data, int width, int height ) : TextureResource
data Treefrog.Framework.Imaging.TextureResource
width int
height int
Résultat Treefrog.Framework.Imaging.TextureResource

Transform() public méthode

public Transform ( TextureResource data, int width, int height ) : TextureResource
data Treefrog.Framework.Imaging.TextureResource
width int
height int
Résultat Treefrog.Framework.Imaging.TextureResource