[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.DrawImage

DrawImage Method

DrawImage(ImageEx, float, float, float, float, float)

Draws the specified Image object with specified size, at the specified location.

Declaration
public void DrawImage(ImageEx image, float x, float y, float width, float height, float opacity = 100)
Parameters
Type Name Description
ImageEx image
float x
float y
float width
float height
float opacity
Implements