Aspose::Page::EPS::PsDocument::DrawExplicitImageMask 메서드
PsDocument::DrawExplicitImageMask method
마스크된 이미지를 그립니다.
void Aspose::Page::EPS::PsDocument::DrawExplicitImageMask(System::SharedPtr<System::Drawing::Bitmap> image24bpp, System::SharedPtr<System::Drawing::Bitmap> alphaMask1bpp, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| image24bpp | System::SharedPtr<System::Drawing::Bitmap> | 그릴 이미지. 24bpp RGB 이미지 형식이어야 합니다. |
| alphaMask1bpp | System::SharedPtr<System::Drawing::Bitmap> | 이미지 마스크. 1bpp 이미지 형식이어야 합니다. |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 이미지를 변환할 행렬. |
또 보기
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++