Click or drag to resize

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)
Syntax
C#
public 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: Bitmap
An image
See Also