C# 클래스 Efl.EcoreEvas.EcoreEvas

상속: Efl.EcoreEvas.Impl.EcoreEvasImpl
파일 보기 프로젝트 열기: SabotageAndi/efl-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EcoreEvas() 공개 메소드

public EcoreEvas ( EcoreEvasPtr pointer ) : System
pointer EcoreEvasPtr
리턴 System

Free() 공개 정적인 메소드

public static Free ( EcoreEvas ecore_evas ) : void
ecore_evas EcoreEvas
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

New() 공개 정적인 메소드

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
리턴 EcoreEvas

Show() 공개 메소드

public Show ( ) : void
리턴 void