C# Class Beyond_Beyaan.BBUniStretchableImage

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

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 sections, Random r, string &reason ) : bool
MoveTo ( int x, int y ) : void
Resize ( int width, int height ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Draw() public method

public Draw ( System color, byte alpha ) : void
color System
alpha byte
return void

Draw() public method

public Draw ( byte alpha ) : void
alpha byte
return void

Initialize() public method

public Initialize ( int x, int y, int width, int height, int mainLength, int stretchLength, bool isHorizontal, List sections, Random r, string &reason ) : bool
x int
y int
width int
height int
mainLength int
stretchLength int
isHorizontal bool
sections List
r System.Random
reason string
return bool

MoveTo() public method

public MoveTo ( int x, int y ) : void
x int
y int
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void