PsDocument.DrawImage
DrawImage(Bitmap)
绘制图像.
public void DrawImage(Bitmap image)
范围 | 类型 | 描述 |
---|---|---|
image | Bitmap | 要绘制的图像。 |
也可以看看
- class PsDocument
- 命名空间 Aspose.Page.EPS
- 部件 Aspose.Page
DrawImage(Bitmap, Matrix, Color)
绘制带背景的变换图像.
public void DrawImage(Bitmap image, Matrix transform, Color bkg)
范围 | 类型 | 描述 |
---|---|---|
image | Bitmap | 要绘制的图像。 |
transform | Matrix | 转换图像的矩阵。 |
bkg | Color | 图像的背景。 |
也可以看看
- class PsDocument
- 命名空间 Aspose.Page.EPS
- 部件 Aspose.Page