C# Class Treefrog.Framework.FlipHTransform

Inheritance: TileTransform
显示文件 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