Aspose::Page::EPS::PsDocument::DrawTransparentImage method

PsDocument::DrawTransparentImage method

Draw transformed transparent image. If image doesn’t have Alpha channel it will be drawn as opaque image.

void Aspose::Page::EPS::PsDocument::DrawTransparentImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, int32_t transparencyThreshold)
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>The image to draw.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The matrix to transform image.
transparencyThresholdint32_tA threshold that defines from which value of transparency pixel will be interpreted as fully transparent. All values below this threshold will be interpreted as fully opaque.

See Also