Types specifying the underlying storage of an
image's components within memory.
| C# | Visual Basic | Visual C++ |
public enum AgGxPixelFormat
Public Enumeration AgGxPixelFormat
public enum class AgGxPixelFormat
| Member | Description |
|---|---|
| PixelFormatUnsignedByte |
Unsigned Byte
|
| PixelFormatByte |
Byte
|
| PixelFormatUnsignedShort |
Unsigned Short
|
| PixelFormatShort |
Short
|
| PixelFormatUnsignedInt |
Unsigned Integer
|
| PixelFormatInt |
Integer
|
| PixelFormatFloat |
Float
|
| PixelFormatDouble |
Double
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)