Aspose::Page::EPS::PsDocument::DrawImage method
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method
이미지를 그립니다.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 이미지 | System::SharedPtr<System::Drawing::Bitmap> | 그릴 이미지. |
또 보기
- 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
배경이 있는 변환된 이미지를 그립니다.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 이미지 | System::SharedPtr<System::Drawing::Bitmap> | 그릴 이미지. |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 이미지를 변환할 행렬. |
| bkg | System::Drawing::Color | 이미지 배경. |
또 보기
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++