C# Class Treefrog.Framework.Rotate90Transform

Inheritance: 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 method

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

Transform() public method

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