Verifies whether the specified pixel format is supported by this Frame.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public override bool IsPixelFormatSupported(
PixelFormat format
)
Type: Aurigma.GraphicsMill.PixelFormat
A PixelFormat value to verify.true
if the specified pixel format is supported; otherwise, false
.