C# Class Treefrog.Framework.TileTransform

Show file Open project: jaquadro/Treefrog

Public Methods

Method Description
InverseTransform ( TextureResource data, int width, int height ) : TextureResource
Transform ( TextureResource data, int width, int height ) : TextureResource

Method Details

InverseTransform() public abstract method

public abstract InverseTransform ( TextureResource data, int width, int height ) : TextureResource
data Treefrog.Framework.Imaging.TextureResource
width int
height int
return Treefrog.Framework.Imaging.TextureResource

Transform() public abstract method

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