C# Class SCSharp.UI.MovieElement

Inheritance: UIElement
显示文件 Open project: kangaroo/scsharp Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
CreateSurface ( ) : SdlDotNet.Graphics.Surface

Private Methods

Method Description
PlayerFrameReady ( ) : void

Method Details

CreateSurface() protected method

protected CreateSurface ( ) : SdlDotNet.Graphics.Surface
return SdlDotNet.Graphics.Surface

Dim() public method

public Dim ( byte dimness ) : void
dimness byte
return void

MovieElement() public method

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

MovieElement() public method

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

MovieElement() public method

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

MovieElement() public method

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
return System

MovieElement() public method

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
return System

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void