HwndSourceParameters.UsesPerPixelTransparency プロパティ

定義

ソース ウィンドウ コンテンツのピクセルごとに透明度を使用するかどうかを示す値を取得します。

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

プロパティ値

Boolean

ピクセルごとに透明度を使用する場合は true。それ以外の場合 false

適用対象