ImageAttributes Structure

Visual Studio 2015
 

Provides image attributes.

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

public value struct ImageAttributes

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldBackground

[optional] The background color on which the image will be displayed.

System_CAPS_pubfieldDpi

The DPI setting for the monitor on which the image will be displayed.

System_CAPS_pubfieldFlags

The flags indicating which fields of the structure are valid.

System_CAPS_pubfieldFormat

The format of the image (WPF, WinForms, Win32).

System_CAPS_pubfieldGrayscaleBiasColor

[optional] The bias color used to weight a grayscale image.

System_CAPS_pubfieldHighContrast

[optional] Determines whether the high-contrast version of the image is requested.

System_CAPS_pubfieldImageType

The type of the image (bitmap, icon, or image list).

System_CAPS_pubfieldLogicalHeight

The height of the image, in logical units (e.g. the height at 100% DPI).

System_CAPS_pubfieldLogicalWidth

The width of the image, in logical units (e.g. the width at 100% DPI).

System_CAPS_pubfieldStructSize

The size of the struct.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: