Save a Molecules object as Bitmap to windows clipboard

Namespace:  Hyleos.Chemistry.Helper
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public static Image MolToImage(
	Molecules molecules,
	int height,
	int width,
	ImageFormat format
)
Visual Basic (Declaration)
Public Shared Function MolToImage ( _
	molecules As Molecules, _
	height As Integer, _
	width As Integer, _
	format As ImageFormat _
) As Image
Visual C++
public:
static Image^ MolToImage(
	Molecules^ molecules, 
	int height, 
	int width, 
	ImageFormat^ format
)

Parameters

molecules
Type: Hyleos.Chemistry..::.Molecules

[Missing <param name="molecules"/> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.MolToImage(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.Drawing.Imaging.ImageFormat)"]

height
Type: System..::.Int32

[Missing <param name="height"/> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.MolToImage(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.Drawing.Imaging.ImageFormat)"]

width
Type: System..::.Int32

[Missing <param name="width"/> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.MolToImage(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.Drawing.Imaging.ImageFormat)"]

format
Type: System.Drawing.Imaging..::.ImageFormat

[Missing <param name="format"/> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.MolToImage(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.Drawing.Imaging.ImageFormat)"]

Return Value

[Missing <returns> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.MolToImage(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.Drawing.Imaging.ImageFormat)"]

See Also