NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PixelFormat Enumeration

[To be supplied.]

[Visual Basic]
Public Enum PixelFormat
[C#]
public enum PixelFormat
[C++]
public enum PixelFormat

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Alpha [To be supplied.]
Canonical [To be supplied.]
DontCare [To be supplied.]
Extended [To be supplied.]
Format16bppARGB1555 [To be supplied.]
Format16bppGrayScale [To be supplied.]
Format16bppRGB555 [To be supplied.]
Format16bppRGB565 [To be supplied.]
Format1bppIndexed [To be supplied.]
Format24bppBGR [To be supplied.]
Format24bppRGB [To be supplied.]
Format32bppARGB [To be supplied.]
Format32bppPARGB [To be supplied.]
Format32bppRGB [To be supplied.]
Format48bppRGB [To be supplied.]
Format4bppIndexed [To be supplied.]
Format64bppARGB [To be supplied.]
Format64bppPARGB [To be supplied.]
Format8bppIndexed [To be supplied.]
GDI [To be supplied.]
Indexed [To be supplied.]
Max [To be supplied.]
PAlpha [To be supplied.]
Undefined [To be supplied.]

Requirements

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.dll

See Also

System.Drawing.Imaging Namespace