AtalaImagePixelFormatIsTwoBytePerComponent Method |
Note: This API is now obsolete.
This method can be used to determine if a PixelFormat is a "Two Byte Per Component" image format.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("Please use PixelFormatUtilities.IsMultiByte")]
public static bool PixelFormatIsTwoBytePerComponent(
PixelFormat pixelFormat
)
<ObsoleteAttribute("Please use PixelFormatUtilities.IsMultiByte")>
Public Shared Function PixelFormatIsTwoBytePerComponent (
pixelFormat As PixelFormat
) As Boolean
Parameters
- pixelFormat
- Type: Atalasoft.ImagingPixelFormat
The PixelFormat to test.
Return Value
Type:
Boolean True if the pixelFormat parameter is a "Two Byte Per Component" image format.
See Also