Click or drag to resize

GraphExportOptionsCanCreateAndSaveBitmap Method

Determines whether a bitmap can be created and saved with the specified format combination.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool CanCreateAndSaveBitmap(
	ImageFormat imgfmt,
	PixelFormat pixfmt
)

Parameters

imgfmt  ImageFormat
The image format.
pixfmt  PixelFormat
The pixel format.

Return Value

Boolean
true if creation and saving are possible; otherwise, false.
See Also