C# Class LibAPNGTest.APNGHelper.APNGHelper

Show file Open project: xupefei/APNG.NET Class Usage Examples

Public Methods

Method Description
APNGHelper ( Microsoft.Xna.Framework.Game game, string pngFile ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
RenderEachFrame ( ) : void

Method Details

APNGHelper() public method

public APNGHelper ( Microsoft.Xna.Framework.Game game, string pngFile ) : System
game Microsoft.Xna.Framework.Game
pngFile string
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void