HwndSource.UsesPerPixelOpacity 속성

정의

소스 창 콘텐츠의 픽셀별 불투명도가 적용되는지 여부를 선언하는 값을 가져옵니다.

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

속성 값

Boolean

시스템에서 픽셀별 불투명도를 사용하면 true이고, 그렇지 않으면 false입니다.

특성

설명

픽셀당 불투명도를 사용하도록 설정하면 시스템은 더 이상 비 클라이언트 영역을 그립니다. 이는 상호 운용 시나리오에서 작동하는 직사각형이 아닌 최상위 UI를 표시하기 위한 목적 UsesPerPixelOpacity 이기 때문입니다. 따라서 사각형이 아닌 클라이언트 영역을 표시하면 해당 용도가 무효화됩니다.

적용 대상