Click or drag to resize

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
)

Parameters

pf
Type: Atalasoft.ImagingPixelFormat
An input PixelFormat

Return Value

Type: Boolean
True if the pixel format is continuous, false otherwise.
See Also