Save a molecule to a GIF file

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

Syntax

C#
public static void SaveToGif(
	Molecule molecule,
	int height,
	int width,
	string fileName
)
Visual Basic (Declaration)
Public Shared Sub SaveToGif ( _
	molecule As Molecule, _
	height As Integer, _
	width As Integer, _
	fileName As String _
)
Visual C++
public:
static void SaveToGif(
	Molecule^ molecule, 
	int height, 
	int width, 
	String^ fileName
)

Parameters

molecule
Type: Hyleos.Chemistry..::.Molecule

[Missing <param name="molecule"/> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.SaveToGif(Hyleos.Chemistry.Molecule,System.Int32,System.Int32,System.String)"]

height
Type: System..::.Int32
Image height
width
Type: System..::.Int32
Image width
fileName
Type: System..::.String
Image filaname

See Also