C# Class OurSonic.Areas.PaletteArea

Inheritance: Panel
Afficher le fichier Open project: OurSonic/OurSonicSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Construct ( ) : void
Draw ( CanvasRenderingContext2D canv ) : void
Init ( string palette, bool wide ) : void
OnClick ( Pointer e ) : bool
OnMouseOver ( Pointer e ) : bool
OnMouseUp ( Pointer e ) : bool
PaletteArea ( int x, int y ) : System

Method Details

Construct() public méthode

public Construct ( ) : void
Résultat void

Draw() public méthode

public Draw ( CanvasRenderingContext2D canv ) : void
canv System.Html.Media.Graphics.CanvasRenderingContext2D
Résultat void

Init() public méthode

public Init ( string palette, bool wide ) : void
palette string
wide bool
Résultat void

OnClick() public méthode

public OnClick ( Pointer e ) : bool
e OurSonic.UIManager.Pointer
Résultat bool

OnMouseOver() public méthode

public OnMouseOver ( Pointer e ) : bool
e OurSonic.UIManager.Pointer
Résultat bool

OnMouseUp() public méthode

public OnMouseUp ( Pointer e ) : bool
e OurSonic.UIManager.Pointer
Résultat bool

PaletteArea() public méthode

public PaletteArea ( int x, int y ) : System
x int
y int
Résultat System