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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.