ClipboardRenderingOptionsCanCreateAndSaveBitmap Method |
Determines whether a bitmap can be created and saved with the specified format combination.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool CanCreateAndSaveBitmap(
ImageFormat imgfmt,
PixelFormat pixfmt
)
Parameters
- imgfmt ImageFormat
- The image format.
- pixfmt PixelFormat
- The pixel format.
Return Value
Booleantrue if the bitmap can be created and saved; otherwise,
false.
See Also