Aspose::Page::EPS::PsDocument::DrawImage method
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method
Menggambar gambar.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| gambar | System::SharedPtr<System::Drawing::Bitmap> | Gambar yang akan digambar. |
Lihat Juga
- 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
Menggambar gambar yang ditransformasi dengan latar belakang.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| gambar | System::SharedPtr<System::Drawing::Bitmap> | Gambar yang akan digambar. |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Matriks untuk mentransformasi gambar. |
| bkg | System::Drawing::Color | Latar belakang untuk gambar. |
Lihat Juga
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++