Свойство | Type | Description | |
---|---|---|---|
componentCount | byte | ||
componentType | PixelComponentType | ||
elemBytes | byte | ||
flags | PixelFormatFlags | ||
format | PixelFormat | ||
name | string | ||
rbits | byte | ||
rmask | uint | ||
rshift | byte |
Méthode | Description | |
---|---|---|
PixelFormatDescription ( string name, PixelFormat format, byte elemBytes, PixelFormatFlags flags, PixelComponentType componentType, byte componentCount, byte rbits, byte gbits, byte bbits, byte abits, uint rmask, uint gmask, uint bmask, uint amask, byte rshift, byte gshift, byte bshift, byte ashift ) : System |
public PixelFormatDescription ( string name, PixelFormat format, byte elemBytes, PixelFormatFlags flags, PixelComponentType componentType, byte componentCount, byte rbits, byte gbits, byte bbits, byte abits, uint rmask, uint gmask, uint bmask, uint amask, byte rshift, byte gshift, byte bshift, byte ashift ) : System | ||
name | string | |
format | PixelFormat | |
elemBytes | byte | |
flags | PixelFormatFlags | |
componentType | PixelComponentType | |
componentCount | byte | |
rbits | byte | |
gbits | byte | |
bbits | byte | |
abits | byte | |
rmask | uint | |
gmask | uint | |
bmask | uint | |
amask | uint | |
rshift | byte | |
gshift | byte | |
bshift | byte | |
ashift | byte | |
Résultat | System |
public PixelComponentType componentType | ||
Résultat | PixelComponentType |