HwndSource.UsesPerPixelOpacity 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
소스 창 콘텐츠의 픽셀별 불투명도가 적용되는지 여부를 선언하는 값을 가져옵니다.
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
속성 값
시스템에서 픽셀별 불투명도를 사용하면 true
이고, 그렇지 않으면 false
입니다.
- 특성
설명
픽셀당 불투명도를 사용하도록 설정하면 시스템은 더 이상 비 클라이언트 영역을 그립니다. 이는 상호 운용 시나리오에서 작동하는 직사각형이 아닌 최상위 UI를 표시하기 위한 목적 UsesPerPixelOpacity 이기 때문입니다. 따라서 사각형이 아닌 클라이언트 영역을 표시하면 해당 용도가 무효화됩니다.