C# 클래스 gbrainy.Clients.WebForms.GameImage

파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EXTENSION string
IMAGES_DIR string

공개 메소드들

메소드 설명
CreateDirectory ( string images_dir ) : void
CreateImage ( IDrawable drawable, string file ) : bool
CreateImage ( string file ) : bool
GameImage ( gbrainy game ) : System
GetImageFileName ( string sessionid ) : string
GetShapeAreas ( ) : IList

비공개 메소드들

메소드 설명
ProcessWidget ( Widget widget ) : string

메소드 상세

CreateDirectory() 공개 정적인 메소드

public static CreateDirectory ( string images_dir ) : void
images_dir string
리턴 void

CreateImage() 공개 메소드

public CreateImage ( IDrawable drawable, string file ) : bool
drawable IDrawable
file string
리턴 bool

CreateImage() 공개 메소드

public CreateImage ( string file ) : bool
file string
리턴 bool

GameImage() 공개 메소드

public GameImage ( gbrainy game ) : System
game gbrainy
리턴 System

GetImageFileName() 공개 정적인 메소드

public static GetImageFileName ( string sessionid ) : string
sessionid string
리턴 string

GetShapeAreas() 공개 메소드

public GetShapeAreas ( ) : IList
리턴 IList

프로퍼티 상세

EXTENSION 공개적으로 정적으로 프로퍼티

public static string EXTENSION
리턴 string

IMAGES_DIR 공개적으로 정적으로 프로퍼티

public static string IMAGES_DIR
리턴 string