Aurigma Graphics Mill 5.5 for .NET
FormatWriter..::.IsPixelFormatSupported Method
Returns whether this format writer can handle bitmaps with specified pixel format.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Overridable Function IsPixelFormatSupported ( _ format As PixelFormat _ ) As Boolean
C#
public virtual bool IsPixelFormatSupported( PixelFormat format )
Parameters
- format
-
Type: Aurigma.GraphicsMill..::.PixelFormat
PixelFormat value that specifies a pixel format necessary to be checked.