C# Class Treefrog.Framework.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 abstract méthode

public abstract 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 abstract méthode

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