Click or drag to resize

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

Initializes a new instance of the ImageRenderToStreamResult class

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

Parameters

nameHint  String

[Missing <param name="nameHint"/> documentation for "M:Altaxo.Text.ImageRenderToStreamResult.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double)"]

extension  String

[Missing <param name="extension"/> documentation for "M:Altaxo.Text.ImageRenderToStreamResult.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double)"]

dpiX  Double

[Missing <param name="dpiX"/> documentation for "M:Altaxo.Text.ImageRenderToStreamResult.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double)"]

dpiY  Double

[Missing <param name="dpiY"/> documentation for "M:Altaxo.Text.ImageRenderToStreamResult.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double)"]

pixelsX  Double

[Missing <param name="pixelsX"/> documentation for "M:Altaxo.Text.ImageRenderToStreamResult.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double)"]

pixelsY  Double

[Missing <param name="pixelsY"/> documentation for "M:Altaxo.Text.ImageRenderToStreamResult.#ctor(System.String,System.String,System.Double,System.Double,System.Double,System.Double)"]

See Also