_ImageAttributesFlags Enumeration

Visual Studio 2015
 

Represents an RGBA color with the red channel in the low byte to the alpha channel in the high byte.

Namespace:   Microsoft.VisualStudio.Imaging.Interop
Assembly:  Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)

[FlagsAttribute]
public enum class _ImageAttributesFlags

Member nameDescription
IAF_Background

The Background field is valid.

IAF_Dpi

The Dpi field is valid.

IAF_Format

The Format field is valid.

IAF_Grayscale

The returned image should be grayscaled.

IAF_GrayscaleBiasColor

The GrayscaleBiasColor field is valid.

IAF_HighContrast

The HighContrast field is valid.

IAF_OptionalFlags

The optional flags are: IAF_Background | IAF_Grayscale | IAF_GrayscaleBiasColor | IAF_HighContrast.

IAF_RequiredFlags

The required flags are: IAF_Size | IAF_Type | IAF_Format | IAF_Dpi.

IAF_Size

The LogicalWidth and LogicalHeight fields are valid.

IAF_Type

The ImageType field is valid.

Return to top
Show: