Click or drag to resize

ImageCommandSupportedPixelFormats Property

Gets an array of supported pixel formats.

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 abstract PixelFormat[] SupportedPixelFormats { get; }

Property Value

Type: PixelFormat
An array of supported pixel formats.
Remarks
All derived classes must override this property.
See Also