Aspose::TeX::Presentation::Aps::ApsDevice::ShowImage method

ApsDevice::ShowImage method

Shows a raster image.

void Aspose::TeX::Presentation::Aps::ApsDevice::ShowImage(System::Drawing::PointF origin, System::Drawing::SizeF size, System::ArrayPtr<uint8_t> imageData) override
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.

See Also