C# Class NSMBe4.NSMBGraphics

Datei anzeigen Open project: Dirbaio/NSMB-Editor Class Usage Examples

Public Properties

Property Type Description
InfoFont System.Drawing.Font
PathPen System.Drawing.Pen
ReallyTransparent Color
SmallInfoFont System.Drawing.Font
Tilesets NSMBe4.NSMBTileset[]

Public Methods

Method Description
GetDescriptions ( List contents ) : string[]
LoadTileset1 ( ushort TilesetID ) : void
LoadTilesets ( ushort TilesetID ) : void
LoadTilesets ( ushort TilesetID, int JyotyuPalOverride ) : void
NSMBGraphics ( ) : System
RepatchBlocks ( bool type ) : void
close ( ) : void

Method Details

GetDescriptions() public static method

public static GetDescriptions ( List contents ) : string[]
contents List
return string[]

LoadTileset1() public method

public LoadTileset1 ( ushort TilesetID ) : void
TilesetID ushort
return void

LoadTilesets() public method

public LoadTilesets ( ushort TilesetID ) : void
TilesetID ushort
return void

LoadTilesets() public method

public LoadTilesets ( ushort TilesetID, int JyotyuPalOverride ) : void
TilesetID ushort
JyotyuPalOverride int
return void

NSMBGraphics() public method

public NSMBGraphics ( ) : System
return System

RepatchBlocks() public method

public RepatchBlocks ( bool type ) : void
type bool
return void

close() public method

public close ( ) : void
return void

Property Details

InfoFont public_oe static_oe property

public static Font,System.Drawing InfoFont
return System.Drawing.Font

PathPen public_oe static_oe property

public static Pen,System.Drawing PathPen
return System.Drawing.Pen

ReallyTransparent public_oe static_oe property

public static Color ReallyTransparent
return Color

SmallInfoFont public_oe static_oe property

public static Font,System.Drawing SmallInfoFont
return System.Drawing.Font

Tilesets public_oe property

public NSMBTileset[],NSMBe4 Tilesets
return NSMBe4.NSMBTileset[]