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

속성 값

Boolean

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

특성

설명

픽셀당 불투명도를 사용하도록 설정하면 렌더링 하위 시스템은 더 이상 클라이언트가 아닌 영역(창 가장자리)을 그리지 않습니다.

적용 대상

추가 정보