Click or drag to resize

DropShadowCommandSupportedPixelFormats Property

Returns an array of PixelFormats supported by this command.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override PixelFormat[] SupportedPixelFormats { get; }

Property Value

Type: PixelFormat
PixelFormat.Pixel8bppGrayscale,,PixelFormat.Pixel24bppBgr,,PixelFormat.Pixel32bppBgr,,PixelFormat.Pixel1bppIndexed,,PixelFormat.Pixel4bppIndexed,,PixelFormat.Pixel8bppIndexed,,PixelFormat.Pixel16bppGrayscaleAlpha,,PixelFormat.Pixel16bppGrayscale,,PixelFormat.Pixel48bppBgr,,PixelFormat.Pixel32bppBgra,,PixelFormat.Pixel64bppBgra,,PixelFormat.Pixel32bppCmyk
See Also