FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / SaveImage Method / SaveImage(Int32,Int32) Method
Width of image.
Height of image.

In This Topic
    SaveImage(Int32,Int32) Method
    In This Topic
    Saves chart as image with specified width and height to the clipboard.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal w As System.Integer, _
       ByVal h As System.Integer _
    ) 
    public void SaveImage( 
       System.int w,
       System.int h
    )

    Parameters

    w
    Width of image.
    h
    Height of image.
    See Also