Click or drag to resize

MamlRendererStorePngImageFile Method

[Missing <summary> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.StorePngImageFile(System.IO.Stream,System.String)"]


Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void StorePngImageFile(
	Stream imageStream,
	string contentHash
)

Parameters

imageStream  Stream

[Missing <param name="imageStream"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.StorePngImageFile(System.IO.Stream,System.String)"]

contentHash  String

[Missing <param name="contentHash"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.StorePngImageFile(System.IO.Stream,System.String)"]

See Also