Aspose::Page::EPS::PsDocument::DrawTransparentImage メソッド

PsDocument::DrawTransparentImage method

変換された透過画像を描画します。画像にアルファチャンネルがない場合は不透明画像として描画されます。

void Aspose::Page::EPS::PsDocument::DrawTransparentImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, int32_t transparencyThreshold)
パラメーター説明
画像System::SharedPtr<System::Drawing::Bitmap>描画する画像。
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>画像を変換するための行列。
transparencyThresholdint32_t透過度ピクセルが完全に透過と解釈される閾値を定義するしきい値。この閾値未満のすべての値は完全に不透明として解釈されます。

参照