C# Class fCraft.MapRendering.IsoCat

Isometric map renderer. Creates a bitmap of the map.
Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Private Properties

Свойство Type Description
BlendPixel void
BlendTile void
CalculateCropBounds System.Drawing.Rectangle
Draw IsoCatResult
GetBlock byte
IsoCat System
ReportProgress void

Méthodes publiques

Méthode Description
CancelAsync ( ) : void

Private Methods

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

public CancelAsync ( ) : void
Résultat void