ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRenderEngineApi Interface / renderImage Method

In This Topic
    renderImage Method
    In This Topic
    Syntax
    'Declaration
     
    Sub renderImage( _
       ByVal image As IImageInfo, _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal width As Double, _
       ByVal height As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    void renderImage( 
       IImageInfo image,
       double left,
       double top,
       double width,
       double height,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    image
    left
    top
    width
    height
    clipping
    transform
    See Also