Click or drag to resize

ImageRenderToStreamResult(String, String, Double, Double, Double, Double) Constructor

Initializes a successful render result.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ImageRenderToStreamResult(
	string nameHint,
	string extension,
	double dpiX,
	double dpiY,
	double pixelsX,
	double pixelsY
)

Parameters

nameHint  String
A suggested base name for the image.
extension  String
The file extension.
dpiX  Double
The horizontal resolution in dots per inch.
dpiY  Double
The vertical resolution in dots per inch.
pixelsX  Double
The horizontal size in pixels.
pixelsY  Double
The vertical size in pixels.
See Also