C# Class Efl.EcoreEvas.EcoreEvas

Inheritance: Efl.EcoreEvas.Impl.EcoreEvasImpl
显示文件 Open project: SabotageAndi/efl-sharp Class Usage Examples

Public Methods

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

public EcoreEvas ( EcoreEvasPtr pointer ) : System
pointer EcoreEvasPtr
return System

Free() public static method

public static Free ( EcoreEvas ecore_evas ) : void
ecore_evas EcoreEvas
return void

Init() public static method

public static Init ( ) : void
return void

New() public static method

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

Show() public method

public Show ( ) : void
return void