Aspose::Page::EPS::PsDocument::DrawImage method
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method
Zeichnet Bild.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bild | System::SharedPtr<System::Drawing::Bitmap> | Das Bild zum Zeichnen. |
Siehe auch
- 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
Zeichnet ein transformiertes Bild mit Hintergrund.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bild | System::SharedPtr<System::Drawing::Bitmap> | Das Bild zum Zeichnen. |
| Transformation | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Die Matrix zur Bildtransformation. |
| bkg | System::Drawing::Color | Hintergrund für das Bild. |
Siehe auch
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++