DwmThumbnailPropertiesFlags Enumeration

Specifies flags used by the DwmThumbnailProperties structure to indicate which of its members contain valid information.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DwmThumbnailPropertiesFlags

Remarks

Members

RectDestination 1 A value for the rcDestination member has been specified.
RectSource 2 A value for the rcSource member has been specified.
Opacity 4 A value for the opacity member has been specified.
Visible 8 A value for the fVisible member has been specified.
SourceClientAreaOnly 16 A value for the fSourceClientAreaOnly member has been specified.

See Also