C# Class fCraft.Drawing.ImageDrawOperation

Inheritance: DrawOpWithBrush, IDisposable
Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
DrawBatch ( int maxBlocksToDraw ) : int
ImageDrawOperation ( [ player ) : System
Prepare ( Vector3I marks ) : bool
ReadParams ( Command cmd ) : bool

Protected Methods

Method Description
NextBlock ( ) : Block

Private Methods

Method Description
CalculateCoordConversion ( Vector3I delta ) : Vector3I
resizeImage ( Bitmap imgPhoto, int Width, int Height ) : Bitmap

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawBatch() public method

public DrawBatch ( int maxBlocksToDraw ) : int
maxBlocksToDraw int
return int

ImageDrawOperation() public method

public ImageDrawOperation ( [ player ) : System
player [
return System

NextBlock() protected method

protected NextBlock ( ) : Block
return Block

Prepare() public method

public Prepare ( Vector3I marks ) : bool
marks Vector3I
return bool

ReadParams() public method

public ReadParams ( Command cmd ) : bool
cmd Command
return bool