C# Class NekoKun.RPGMaker.TilesetInfo

Inheritance: IDisposable
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
TileSize System.Drawing.Size

Protected Properties

Property Type Description
images List
imagesBounds List
tiles System.Drawing.Image>.Dictionary

Public Methods

Method Description
Dispose ( ) : void
TilesetInfo ( List images ) : System
this ( int id ) : System.Drawing.Image

Protected Methods

Method Description
BuildTilePanelData ( ) : List

Method Details

BuildTilePanelData() protected abstract method

protected abstract BuildTilePanelData ( ) : List
return List

Dispose() public method

public Dispose ( ) : void
return void

TilesetInfo() public method

public TilesetInfo ( List images ) : System
images List
return System

this() public abstract method

public abstract this ( int id ) : System.Drawing.Image
id int
return System.Drawing.Image

Property Details

TileSize public_oe property

public System.Drawing.Size TileSize
return System.Drawing.Size

images protected_oe property

protected List images
return List

imagesBounds protected_oe property

protected List imagesBounds
return List

tiles protected_oe property

protected Dictionary tiles
return System.Drawing.Image>.Dictionary