MolBaseSaveImage Method (Stream, String, Double, Int32, Int32, Int32, Int32, Int32, Single, Boolean, Boolean) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void SaveImage(
Stream stream,
string format,
double scale,
int wid,
int ht,
int margin,
int forecolor,
int backgroundcolor,
float maxscale,
bool showid,
bool showstereo
)
Parameters
- stream
- Type: System.IOStream
- format
- Type: SystemString
- scale
- Type: SystemDouble
- wid
- Type: SystemInt32
- ht
- Type: SystemInt32
- margin
- Type: SystemInt32
- forecolor
- Type: SystemInt32
- backgroundcolor
- Type: SystemInt32
- maxscale
- Type: SystemSingle
- showid
- Type: SystemBoolean
- showstereo
- Type: SystemBoolean
See Also