言語

HwndTarget.UsesPerPixelOpacity プロパティ

定義

ソース ウィンドウ コンテンツのピクセル単位の不透明度値をレンダリングに使用するかどうかを宣言する値を取得します。

public:
 property bool UsesPerPixelOpacity { bool get(); };
[set: System.Security.SecurityCritical]
[set: System.Security.SecurityTreatAsSafe]
public bool UsesPerPixelOpacity { get; }
public bool UsesPerPixelOpacity { get; }
[<set: System.Security.SecurityCritical>]
[<set: System.Security.SecurityTreatAsSafe>]
member this.UsesPerPixelOpacity : bool
member this.UsesPerPixelOpacity : bool
Public ReadOnly Property UsesPerPixelOpacity As Boolean

プロパティ値

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

属性

注釈

ピクセル単位の不透明度を有効にした場合、レンダリング サブシステムはクライアント以外の領域 (ウィンドウの端) を描画しなくなります。

適用対象

こちらもご覧ください