HwndTarget.UsesPerPixelOpacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that declares whether the per-pixel opacity value of the source window content is used for rendering.
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
Property Value
true
if using per-pixel opacity; otherwise, false
.
- Attributes
Remarks
If you enable per-pixel opacity, the rendering subsystem no longer draws the non-client area (edge of window).
Applies to
See also
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.