Method | Description | |
---|---|---|
GetFacetImage ( int id ) : |
reads facet0*.mul into Bitmap
|
|
GetMultiMap ( ) : |
Returns Bitmap
|
|
SaveFacetImage ( string path, |
Stores Image into facet.mul format
|
|
SaveMultiMap ( |
Saves Bitmap to rle Format
|
Method | Description | |
---|---|---|
MultiMap ( ) : System |
public static GetFacetImage ( int id ) : |
||
id | int | facet id |
return |
public static GetMultiMap ( ) : |
||
return |
public static SaveFacetImage ( string path, |
||
path | string | |
sourceBitmap | ||
return | void |
public static SaveMultiMap ( |
||
image | ||
bin | ||
return | void |