C# Class MapIconBuilder.IconTransform

Afficher le fichier Open project: ZeroK-RTS/SpringRTS-Tools Class Usage Examples

Méthodes publiques

Méthode Description
FromFloatRgb ( double r, double g, double b ) : Color
GetBounds ( Bitmap bm ) : Rectangle
IconTransform ( string dataLine ) : System
Load ( ) : void
Process ( ) : void
Save ( ) : void

Private Methods

Méthode Description
AddIcon ( Image image, Symbol s ) : void
LoadImage ( string path ) : Bitmap
LoadImage ( string path, int x, int y ) : Bitmap

Method Details

FromFloatRgb() public static méthode

public static FromFloatRgb ( double r, double g, double b ) : Color
r double
g double
b double
Résultat Color

GetBounds() public static méthode

public static GetBounds ( Bitmap bm ) : Rectangle
bm System.Drawing.Bitmap
Résultat System.Drawing.Rectangle

IconTransform() public méthode

public IconTransform ( string dataLine ) : System
dataLine string
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

Process() public méthode

public Process ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void