Verifies if bitmap with specified pixel format is supported by this transform.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Function IsPixelFormatSupported ( _ format As PixelFormat _ ) As Boolean
public virtual bool IsPixelFormatSupported( PixelFormat format )
Type: Aurigma.GraphicsMill.PixelFormat
PixelFormat value to verify.If you try to apply this transform to a bitmap which has unsupported pixel format, UnsupportedPixelFormatException will be raised.
To get a list of all supported pixel formats, you can use SupportedPixelFormats method.