PsDocument.DrawImage

DrawImage(Bitmap)

Draw image.

public void DrawImage(Bitmap image)
ParameterTypeDescription
imageBitmapThe image to draw.

See Also


DrawImage(Bitmap, Matrix, Color)

Draw transformed image with background.

public void DrawImage(Bitmap image, Matrix transform, Color bkg)
ParameterTypeDescription
imageBitmapThe image to draw.
transformMatrixThe matrix to transform image.
bkgColorBackground for image.

See Also