C# 클래스 SCSharp.UI.MovieElement

상속: UIElement
파일 보기 프로젝트 열기: kangaroo/scsharp 1 사용 예제들

공개 메소드들

메소드 설명
Dim ( byte dimness ) : void
MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, SmackerPlayer player ) : System
MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, bool scale ) : System
MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, string resource ) : System
MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, string resource, bool scale ) : System
MovieElement ( SCSharp.UI.UIScreen screen, int x, int y, int width, int height, bool scale ) : System
Play ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
CreateSurface ( ) : SdlDotNet.Graphics.Surface

비공개 메소드들

메소드 설명
PlayerFrameReady ( ) : void

메소드 상세

CreateSurface() 보호된 메소드

protected CreateSurface ( ) : SdlDotNet.Graphics.Surface
리턴 SdlDotNet.Graphics.Surface

Dim() 공개 메소드

public Dim ( byte dimness ) : void
dimness byte
리턴 void

MovieElement() 공개 메소드

public MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, SmackerPlayer player ) : System
screen SCSharp.UI.UIScreen
el BinElement
palette byte
player SmackerPlayer
리턴 System

MovieElement() 공개 메소드

public MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, bool scale ) : System
screen SCSharp.UI.UIScreen
el BinElement
palette byte
scale bool
리턴 System

MovieElement() 공개 메소드

public MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, string resource ) : System
screen SCSharp.UI.UIScreen
el BinElement
palette byte
resource string
리턴 System

MovieElement() 공개 메소드

public MovieElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette, string resource, bool scale ) : System
screen SCSharp.UI.UIScreen
el BinElement
palette byte
resource string
scale bool
리턴 System

MovieElement() 공개 메소드

public MovieElement ( SCSharp.UI.UIScreen screen, int x, int y, int width, int height, bool scale ) : System
screen SCSharp.UI.UIScreen
x int
y int
width int
height int
scale bool
리턴 System

Play() 공개 메소드

public Play ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void