ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / DrawingCanvasBase Class / DrawImage Method

In This Topic
    DrawImage Method (DrawingCanvasBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub DrawImage( _
       ByVal image As ImageEx, _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       Optional ByVal opacity As Single _
    ) 
    public virtual void DrawImage( 
       ImageEx image,
       float x,
       float y,
       float width,
       float height,
       float opacity
    )

    Parameters

    image
    x
    y
    width
    height
    opacity
    See Also