HwndTarget.UsesPerPixelOpacity 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
소스 창 콘텐츠의 픽셀별 불투명도 값이 렌더링에 사용되는지 여부를 선언하는 값을 가져옵니다.
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
입니다.
- 특성
설명
픽셀당 불투명도를 사용하도록 설정하면 렌더링 하위 시스템은 더 이상 클라이언트가 아닌 영역(창 가장자리)을 그리지 않습니다.