Click or drag to resize

ImageCommandIsPixelFormatSupported Method

Returns a value indicating if the specified pixel format is supported.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual bool IsPixelFormatSupported(
	PixelFormat format
)

Parameters

format
Type: Atalasoft.ImagingPixelFormat
The pixel format to query.

Return Value

Type: Boolean
Remarks
All derived commands must override this property.
See Also

Reference

SupportedPixelFormats Property