C# 클래스 LibAPNG.XNA.APNGPipelineExtension.APNGFrameList

파일 보기 프로젝트 열기: xupefei/APNG.NET

공개 프로퍼티들

프로퍼티 타입 설명
LoopCount uint

공개 메소드들

메소드 설명
APNGFrameList ( uint loopCount ) : System
AddFrame ( System.TimeSpan delayTime, TextureContent content ) : void

메소드 상세

APNGFrameList() 공개 메소드

public APNGFrameList ( uint loopCount ) : System
loopCount uint
리턴 System

AddFrame() 공개 메소드

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

프로퍼티 상세

LoopCount 공개적으로 프로퍼티

public uint LoopCount
리턴 uint