C# Class Efl.EcoreEvas.EcoreEvas

Inheritance: Efl.EcoreEvas.Impl.EcoreEvasImpl
Afficher le fichier Open project: SabotageAndi/efl-sharp Class Usage Examples

Méthodes publiques

Méthode Description
EcoreEvas ( EcoreEvasPtr pointer ) : System
Free ( EcoreEvas ecore_evas ) : void
Init ( ) : void
New ( string engine_name, int x, int y, int w, int h, string extra_options ) : EcoreEvas
Show ( ) : void

Method Details

EcoreEvas() public méthode

public EcoreEvas ( EcoreEvasPtr pointer ) : System
pointer EcoreEvasPtr
Résultat System

Free() public static méthode

public static Free ( EcoreEvas ecore_evas ) : void
ecore_evas EcoreEvas
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

New() public static méthode

public static New ( string engine_name, int x, int y, int w, int h, string extra_options ) : EcoreEvas
engine_name string
x int
y int
w int
h int
extra_options string
Résultat EcoreEvas

Show() public méthode

public Show ( ) : void
Résultat void