[]
        
(Showing Draft Content)

C1.Blazor.Rendering.IRenderingEngine.DrawImage

DrawImage Method

DrawImage(object, double, double, double, double)

Draw image using special source.

Declaration
void DrawImage(object source, double x, double y, double w, double h)
Parameters
Type Name Description
object source

the source of image.

double x

x-coordinate of image.

double y

y-coordinate of image.

double w

Image width.

double h

Image height.