C# Class OurSonic.UIManager.EditorEngine

Afficher le fichier Open project: OurSonic/OurSonicSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Click ( Pointer e ) : bool
Draw ( CanvasRenderingContext2D canv ) : void
EditorEngine ( Element el ) : System
MaxSize ( ) : int
MouseOver ( Pointer e ) : bool
MouseUp ( Pointer e ) : bool

Method Details

Click() public méthode

public Click ( Pointer e ) : bool
e Pointer
Résultat bool

Draw() public méthode

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

EditorEngine() public méthode

public EditorEngine ( Element el ) : System
el Element
Résultat System

MaxSize() public méthode

public MaxSize ( ) : int
Résultat int

MouseOver() public méthode

public MouseOver ( Pointer e ) : bool
e Pointer
Résultat bool

MouseUp() public méthode

public MouseUp ( Pointer e ) : bool
e Pointer
Résultat bool