MolBaseToImage Method (Int32, Int32, Int32) |
Generate an image of the structure
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic Bitmap ToImage(
int width,
int height,
int margin
)
Parameters
- width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height - margin
- Type: SystemInt32
Margin
Return Value
Type:
BitmapAn image
See Also