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>ड्रॉ करने के लिए छवि।
ट्रांसफ़ॉर्मSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>छवि को ट्रांसफ़ॉर्म करने के लिए मैट्रिक्स।
bkgSystem::Drawing::Colorछवि के लिए पृष्ठभूमि।

संबंधित देखें