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

In This Topic
    drawImage Method (BaseRenderEngine)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub drawImage( _
       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 _
    ) 
    public virtual void drawImage( 
       IImageInfo image,
       double left,
       double top,
       double width,
       double height,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    image
    left
    top
    width
    height
    clipping
    transform
    See Also