FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / IRenderEngine 接口 / DrawImage 方法
the source of image.
x-coordinate of image.
y-coordinate of image.
Image width.
Image height.

本主题中
    DrawImage 方法 (IRenderEngine)
    本主题中
    Draw image using special source.
    语法
    '声明
     
    Sub DrawImage( _
       ByVal source As Object, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal w As Double, _
       ByVal h As Double _
    ) 
    void DrawImage( 
       object source,
       double x,
       double y,
       double w,
       double h
    )

    参数

    source
    the source of image.
    x
    x-coordinate of image.
    y
    y-coordinate of image.
    w
    Image width.
    h
    Image height.
    请参见