ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Render Class / drawImage Method

In This Topic
    drawImage Method (_Render)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub drawImage( _
       ByVal image As IImageInfo, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal w As Double, _
       ByVal h As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    public void drawImage( 
       IImageInfo image,
       double x,
       double y,
       double w,
       double h,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    image
    x
    y
    w
    h
    clipping
    transform
    See Also