C# Class Beyond_Beyaan.BBStretchableImage

Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( Color color, byte alpha ) : void
color Color
alpha byte
Résultat void

Draw() public méthode

public Draw ( byte alpha ) : void
alpha byte
Résultat void

Initialize() public méthode

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
Résultat bool

MoveTo() public méthode

public MoveTo ( int x, int y ) : void
x int
y int
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void