C# 클래스 Engine.Objects.WindowStyleInstance

상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Radnen/sphere-sfml 1 사용 예제들

공개 메소드들

메소드 설명
AddTileC ( int i, float x, float y ) : void
WindowStyleInstance ( ScriptEngine parent ) : System
WindowStyleInstance ( ScriptEngine parent, string filename ) : System

비공개 메소드들

메소드 설명
Clone ( ) : WindowStyleInstance
DrawWindow ( double dx, double dy, double dwidth, double dheight ) : void
GetColorMask ( ) : ColorInstance
ReadFromFile ( string filename ) : void
Save ( string filename ) : void
SetColorMask ( ColorInstance color ) : void
ToString ( ) : string

메소드 상세

AddTileC() 공개 메소드

public AddTileC ( int i, float x, float y ) : void
i int
x float
y float
리턴 void

WindowStyleInstance() 공개 메소드

public WindowStyleInstance ( ScriptEngine parent ) : System
parent ScriptEngine
리턴 System

WindowStyleInstance() 공개 메소드

public WindowStyleInstance ( ScriptEngine parent, string filename ) : System
parent ScriptEngine
filename string
리턴 System