Aspose::Page::EPS::PsDocument::DrawImage method

PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method

Draw image.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>The image to draw.

See Also

PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Color) method

Draw transformed image with background.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>The image to draw.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The matrix to transform image.
bkgSystem::Drawing::ColorBackground for image.

See Also