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> | ड्रॉ करने के लिए छवि। |
| ट्रांसफ़ॉर्म | 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++