FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / FlexPie 类 / SaveImage 方法
Stream
Image format.
Width of image.
Height of image
The background of image.

本主题中
    SaveImage 方法 (FlexPie)
    本主题中
    Saves chart as image with to the specified stream.
    语法
    '声明
     
    Public Sub SaveImage( _
       ByVal stream As Stream, _
       ByVal fmt As ImageFormat, _
       Optional ByVal w As Integer, _
       Optional ByVal h As Integer, _
       Optional ByVal backColor As Nullable(Of Color) _
    ) 
    public void SaveImage( 
       Stream stream,
       ImageFormat fmt,
       int w,
       int h,
       Nullable<Color> backColor
    )

    参数

    stream
    Stream
    fmt
    Image format.
    w
    Width of image.
    h
    Height of image
    backColor
    The background of image.
    请参见