Method | Description | |
---|---|---|
Draw ( ) : void | ||
Draw ( Color color, byte alpha ) : void | ||
Draw ( byte alpha ) : void | ||
Initialize ( int x, int y, int width, int height, StretchableImageType type, |
||
MoveTo ( int x, int y ) : void | ||
Resize ( int width, int height ) : void |
public Draw ( Color color, byte alpha ) : void | ||
color | Color | |
alpha | byte | |
return | void |
public Initialize ( int x, int y, int width, int height, StretchableImageType type, |
||
x | int | |
y | int | |
width | int | |
height | int | |
type | StretchableImageType | |
r | ||
reason | string | |
return | bool |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |