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>그릴 이미지.

또 보기

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>그릴 이미지.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>이미지를 변환할 행렬.
bkgSystem::Drawing::Color이미지 배경.

또 보기