Aspose::TeX::Presentation::Xps::XpsDevice::ShowImage method
XpsDevice::ShowImage method
Shows a raster image.
void Aspose::TeX::Presentation::Xps::XpsDevice::ShowImage(System::Drawing::PointF origin, System::Drawing::SizeF size, System::ArrayPtr<uint8_t> imageData) override
Parameter | Type | Description |
---|---|---|
origin | System::Drawing::PointF | The bottom-left corner of the shown image. |
size | System::Drawing::SizeF | The size of the shown image. |
imageData | System::ArrayPtr<uint8_t> | The image data. |
Deprecated
This method has been deprecated starting from version 24.7 and will be hidden in version 24.10. False
See Also
- Class PointF
- Class SizeF
- Typedef ArrayPtr
- Class XpsDevice
- Namespace Aspose::TeX::Presentation::Xps
- Library Aspose.TeX for C++