PsDocument.DrawImage
DrawImage(Bitmap)
Draw image.
public void DrawImage(Bitmap image)
Parameter | Type | Description |
---|---|---|
image | Bitmap | The image to draw. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
DrawImage(Bitmap, Matrix, Color)
Draw transformed image with background.
public void DrawImage(Bitmap image, Matrix transform, Color bkg)
Parameter | Type | Description |
---|---|---|
image | Bitmap | The image to draw. |
transform | Matrix | The matrix to transform image. |
bkg | Color | Background for image. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page