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)
Parameter | Type | Description |
---|---|---|
image | System::SharedPtr<System::Drawing::Bitmap> | The image to draw. |
transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | The matrix to transform image. |
transparencyThreshold | int32_t | A 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
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++