C# Class SCSharp.UI.MovieElement

Inheritance: UIElement
Afficher le fichier Open project: kangaroo/scsharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateSurface ( ) : SdlDotNet.Graphics.Surface

Private Methods

Méthode Description
PlayerFrameReady ( ) : void

Method Details

CreateSurface() protected méthode

protected CreateSurface ( ) : SdlDotNet.Graphics.Surface
Résultat SdlDotNet.Graphics.Surface

Dim() public méthode

public Dim ( byte dimness ) : void
dimness byte
Résultat void

MovieElement() public méthode

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

MovieElement() public méthode

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

MovieElement() public méthode

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

MovieElement() public méthode

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
Résultat System

MovieElement() public méthode

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
Résultat System

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void