ColorDepth Enum
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.
Specifies the number of colors used to display an image in an ImageList control.
public enum class ColorDepth
public enum ColorDepth
type ColorDepth =
Public Enum ColorDepth
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Depth4Bit | 4 | A 4-bit image. |
Depth8Bit | 8 | An 8-bit image. |
Depth16Bit | 16 | A 16-bit image. |
Depth24Bit | 24 | A 24-bit image. |
Depth32Bit | 32 | A 32-bit image. |
Remarks
This enumeration is used by the ColorDepth property of the ImageList class.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.