Aspose::Page::EPS::PsDocument::DrawImage 方法
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method
绘制图像。
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
| Parameter | Type | 描述 |
|---|---|---|
| image | System::SharedPtr<System::Drawing::Bitmap> | 要绘制的图像。 |
另见
- Typedef SharedPtr
- Class Bitmap
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Color) method
绘制带背景的变换图像。
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
| Parameter | Type | 描述 |
|---|---|---|
| image | System::SharedPtr<System::Drawing::Bitmap> | 要绘制的图像。 |
| 变换 | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 用于变换图像的矩阵。 |
| bkg | System::Drawing::Color | 图像的背景。 |
另见
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++