Charting for WinForms Programmer's Guide
Dashboard.CreateImage Method (Int32, Int32)
See Also
 






Creates a bitmap image of the dashboard.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Bitmap CreateImage (
    int width,
    int height
)

Visual Basic  Copy Code

Public Function CreateImage( _
    width As Integer, _
    height As Integer _
) As Bitmap

 Parameters

width

The bitmap width.

height

The bitmap height.

 Return Value

A Bitmap instance.

 See Also

CreateImage Method Overload List
Dashboard Members
Dashboard Class
MindFusion.Charting.WinForms Namespace