Aspose::Page::EPS::PsDocument::DrawImage methode
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method
Teken afbeelding.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
| Parameter | Type | Beschrijving |
|---|---|---|
| afbeelding | System::SharedPtr<System::Drawing::Bitmap> | De afbeelding om te tekenen. |
Zie ook
- 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
Teken getransformeerde afbeelding met achtergrond.
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 | Beschrijving |
|---|---|---|
| afbeelding | System::SharedPtr<System::Drawing::Bitmap> | De afbeelding om te tekenen. |
| transformatie | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | De matrix om de afbeelding te transformeren. |
| bkg | System::Drawing::Color | Achtergrond voor afbeelding. |
Zie ook
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++