Click or drag to resize

GraphExportOptionsTrySetImageAndPixelFormat Method

Tries to set the image and pixel format.

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

Parameters

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

Return Value

Boolean
true if the combination is valid; otherwise, false.
See Also