Click or drag to resize

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
)

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