Save a molecules to a GIF file
Namespace:
Hyleos.Chemistry.HelperAssembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public static void SaveToGif( Molecules molecules, int height, int width, string fileName ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SaveToGif ( _ molecules As Molecules, _ height As Integer, _ width As Integer, _ fileName As String _ ) |
| Visual C++ |
|---|
public: static void SaveToGif( Molecules^ molecules, int height, int width, String^ fileName ) |
Parameters
- molecules
- Type: Hyleos.Chemistry..::.Molecules
[Missing <param name="molecules"/> documentation for "M:Hyleos.Chemistry.Helper.MoleculeHelper.SaveToGif(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.String)"]
- height
- Type: System..::.Int32
Image height
- width
- Type: System..::.Int32
Image width
- fileName
- Type: System..::.String
Image filaname