C# 클래스 Beyond_Beyaan.BBStretchableImage

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Draw ( Color color, byte alpha ) : void
Draw ( byte alpha ) : void
Initialize ( int x, int y, int width, int height, StretchableImageType type, Random r, string &reason ) : bool
MoveTo ( int x, int y ) : void
Resize ( int width, int height ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Color color, byte alpha ) : void
color Color
alpha byte
리턴 void

Draw() 공개 메소드

public Draw ( byte alpha ) : void
alpha byte
리턴 void

Initialize() 공개 메소드

public Initialize ( int x, int y, int width, int height, StretchableImageType type, Random r, string &reason ) : bool
x int
y int
width int
height int
type StretchableImageType
r System.Random
reason string
리턴 bool

MoveTo() 공개 메소드

public MoveTo ( int x, int y ) : void
x int
y int
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void