HwndSourceParameters.UsesPerPixelOpacity プロパティ

定義

ソース ウィンドウコンテンツのピクセル単位の不透明度が尊重されるかどうかを宣言する値を取得します。

public:
 property bool UsesPerPixelOpacity { bool get(); void set(bool value); };
public bool UsesPerPixelOpacity { get; set; }
member this.UsesPerPixelOpacity : bool with get, set
Public Property UsesPerPixelOpacity As Boolean

プロパティ値

true ピクセル単位の不透明度を使用する場合。それ以外の場合は false

注釈

ピクセル単位の不透明度を有効にすると、システムはクライアント以外の領域を描画しなくなります。

不透明度は、ウィンドウがデスクトップに描画されるときに使用されます (最終的なレンダリング 手順を表し、 Opacityなどのプロパティ値の共同作成者として表示されません)。

UsesPerPixelOpacity は最上位のウィンドウにのみ適用されます。

適用対象

こちらもご覧ください