次の方法で共有


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

属性

注釈

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

適用対象

こちらもご覧ください