C# 클래스 CNCMaps.Engine.Rendering.TmpRenderer

파일 보기 프로젝트 열기: zzattack/ccmaps-net

공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 정적인 메소드

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
리턴 void

GetBounds() 공개 정적인 메소드

public static GetBounds ( CNCMaps.Engine.Map.MapTile tile, CNCMaps.FileFormats.TmpFile tmp ) : Rectangle
tile CNCMaps.Engine.Map.MapTile
tmp CNCMaps.FileFormats.TmpFile
리턴 System.Drawing.Rectangle