AtalaImageGetPixelFormatDepth Method |
Note: This API is now obsolete.
Returns the color depth in bits per pixels associated with a specified
PixelFormat.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax[ObsoleteAttribute("Please use PixelFormatUtilities.BitsPerPixel")]
public static int GetPixelFormatDepth(
PixelFormat pixelFormat
)<ObsoleteAttribute("Please use PixelFormatUtilities.BitsPerPixel")>
Public Shared Function GetPixelFormatDepth (
pixelFormat As PixelFormat
) As IntegerParameters
- pixelFormat
- Type: Atalasoft.ImagingPixelFormat
The PixelFormat to retrieve the color depth from.
Return Value
Type:
Int32 The color depth in bits per pixels associated with a specified
PixelFormat.
See Also