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)
ParameterType描述
imageSystem::SharedPtr<System::Drawing::Bitmap>要绘制的图像。

另见

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)
ParameterType描述
imageSystem::SharedPtr<System::Drawing::Bitmap>要绘制的图像。
变换System::SharedPtr<System::Drawing::Drawing2D::Matrix>用于变换图像的矩阵。
bkgSystem::Drawing::Color图像的背景。

另见