Method | Description | |
---|---|---|
Draw ( ) : void | ||
Draw ( System color, byte alpha ) : void | ||
Draw ( byte alpha ) : void | ||
Initialize ( int x, int y, int width, int height, int mainLength, int stretchLength, bool isHorizontal, List |
||
MoveTo ( int x, int y ) : void | ||
Resize ( int width, int height ) : void |
public Draw ( System color, byte alpha ) : void | ||
color | System | |
alpha | byte | |
return | void |
public Initialize ( int x, int y, int width, int height, int mainLength, int stretchLength, bool isHorizontal, List |
||
x | int | |
y | int | |
width | int | |
height | int | |
mainLength | int | |
stretchLength | int | |
isHorizontal | bool | |
sections | List |
|
r | ||
reason | string | |
return | bool |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |