C# Class Nohal.RleEditor.RleParser.BitmapSymbol

Inheritance: Symbol
Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Méthode Description
BitmapSymbol ( string bitmapdata, ColorTable colortable ) : System
Clone ( ) : BitmapSymbol
IsValid ( ) : bool
ToString ( ) : string

Method Details

BitmapSymbol() public méthode

public BitmapSymbol ( string bitmapdata, ColorTable colortable ) : System
bitmapdata string
colortable ColorTable
Résultat System

Clone() public méthode

public Clone ( ) : BitmapSymbol
Résultat BitmapSymbol

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string