PixelFormatUtilitiesIsContinuous Method |
Indicates whether or not the pixel format represents a continuous pixel format
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static bool IsContinuous(
PixelFormat pf
)
Public Shared Function IsContinuous (
pf As PixelFormat
) As Boolean
Parameters
- pf
- Type: Atalasoft.ImagingPixelFormat
An input PixelFormat
Return Value
Type:
Boolean True if the pixel format is continuous, false otherwise.
See Also