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)
Parameter | Type | Description |
---|---|---|
image | System::SharedPtr<System::Drawing::Bitmap> | The image to draw. |
See Also
- 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
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)
Parameter | Type | Description |
---|---|---|
image | System::SharedPtr<System::Drawing::Bitmap> | The image to draw. |
transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | The matrix to transform image. |
bkg | System::Drawing::Color | Background for image. |
See Also
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++