Device.DrawImage

Device.DrawImage method

Draws an image with assigned transform and background.

public virtual void DrawImage(Bitmap image, Matrix transform, Color bkg)
ParameterTypeDescription
imageBitmapAn image to be drawn.
transformMatrixA transform.
bkgColorA background color.

See Also