C# Class fCraft.MapRendering.IsoCat

Isometric map renderer. Creates a bitmap of the map.
Show file Open project: fragmer/fCraft Class Usage Examples

Private Properties

Property Type Description
BlendPixel void
BlendTile void
CalculateCropBounds System.Drawing.Rectangle
Draw IsoCatResult
GetBlock byte
IsoCat System
ReportProgress void

Public Methods

Method Description
CancelAsync ( ) : void

Private Methods

Method Description
BlendPixel ( int imageOffset, int tileOffset ) : void
BlendTile ( byte block ) : void
CalculateCropBounds ( [ imageBmp ) : Rectangle
Draw ( [ mapToDraw ) : IsoCatResult
GetBlock ( int xx, int yy, int zz ) : byte
IsoCat ( ) : System
ReportProgress ( float progress ) : void

Method Details

CancelAsync() public method

public CancelAsync ( ) : void
return void