Device.DrawImage
Device.DrawImage method
Draws an image with assigned transform and background.
public virtual void DrawImage(Bitmap image, Matrix transform, Color bkg)
Parameter | Type | Description |
---|---|---|
image | Bitmap | An image to be drawn. |
transform | Matrix | A transform. |
bkg | Color | A background color. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page