Save Molecules (List of molecule) as a picture
Namespace:
Hyleos.Chemistry.DrawingAssembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public static void SaveAsImage( Molecules molecules, int height, int width, string fileName, ImageFormat format ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SaveAsImage ( _ molecules As Molecules, _ height As Integer, _ width As Integer, _ fileName As String, _ format As ImageFormat _ ) |
| Visual C++ |
|---|
public: static void SaveAsImage( Molecules^ molecules, int height, int width, String^ fileName, ImageFormat^ format ) |
Parameters
- molecules
- Type: Hyleos.Chemistry..::.Molecules
[Missing <param name="molecules"/> documentation for "M:Hyleos.Chemistry.Drawing.MoleculePicture.SaveAsImage(Hyleos.Chemistry.Molecules,System.Int32,System.Int32,System.String,System.Drawing.Imaging.ImageFormat)"]
- height
- Type: System..::.Int32
Image height
- width
- Type: System..::.Int32
Image width
- fileName
- Type: System..::.String
Image filaname
- format
- Type: System.Drawing.Imaging..::.ImageFormat
Image format