C# Class LibAPNG.XNA.APNGPipelineExtension.APNGFrameList

Exibir arquivo Open project: xupefei/APNG.NET

Public Properties

Property Type Description
LoopCount uint

Public Methods

Method Description
APNGFrameList ( uint loopCount ) : System
AddFrame ( System.TimeSpan delayTime, TextureContent content ) : void

Method Details

APNGFrameList() public method

public APNGFrameList ( uint loopCount ) : System
loopCount uint
return System

AddFrame() public method

public AddFrame ( System.TimeSpan delayTime, TextureContent content ) : void
delayTime System.TimeSpan
content Microsoft.Xna.Framework.Content.Pipeline.Graphics.TextureContent
return void

Property Details

LoopCount public_oe property

public uint LoopCount
return uint