Aspose::Page::EPS::PsDocument::DrawTransparentImage método

PsDocument::DrawTransparentImage method

Dibuja una imagen transparente transformada. Si la imagen no tiene canal Alfa, se dibujará como una imagen opaca.

void Aspose::Page::EPS::PsDocument::DrawTransparentImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, int32_t transparencyThreshold)
ParámetroTipoDescripción
imagenSystem::SharedPtr<System::Drawing::Bitmap>La imagen a dibujar.
transformaciónSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La matriz para transformar la imagen.
transparencyThresholdint32_tUn umbral que define a partir de qué valor de transparencia el píxel se interpretará como totalmente transparente. Todos los valores por debajo de este umbral se interpretarán como totalmente opacos.

Ver también