C# Class CNCMaps.Engine.Rendering.TmpRenderer

Afficher le fichier Open project: zzattack/ccmaps-net

Méthodes publiques

Méthode Description
Draw ( CNCMaps.Engine.Map.MapTile tile, CNCMaps.FileFormats.TmpFile tmp, CNCMaps.Engine.Rendering.DrawingSurface ds ) : void
GetBounds ( CNCMaps.Engine.Map.MapTile tile, CNCMaps.FileFormats.TmpFile tmp ) : Rectangle

Method Details

Draw() public static méthode

public static Draw ( CNCMaps.Engine.Map.MapTile tile, CNCMaps.FileFormats.TmpFile tmp, CNCMaps.Engine.Rendering.DrawingSurface ds ) : void
tile CNCMaps.Engine.Map.MapTile
tmp CNCMaps.FileFormats.TmpFile
ds CNCMaps.Engine.Rendering.DrawingSurface
Résultat void

GetBounds() public static méthode

public static GetBounds ( CNCMaps.Engine.Map.MapTile tile, CNCMaps.FileFormats.TmpFile tmp ) : Rectangle
tile CNCMaps.Engine.Map.MapTile
tmp CNCMaps.FileFormats.TmpFile
Résultat System.Drawing.Rectangle