Aspose::TeX::Presentation::Device::ShowImage method

Device::ShowImage method

Shows a raster image.

virtual void Aspose::TeX::Presentation::Device::ShowImage(System::Drawing::PointF origin, System::Drawing::SizeF size, System::ArrayPtr<uint8_t> imageData)=0
ParameterTypeDescription
originSystem::Drawing::PointFThe bottom-left corner of the shown image.
sizeSystem::Drawing::SizeFThe size of the shown image.
imageDataSystem::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