Click or drag to resize

MemoryStreamImageProxy Constructor

Initializes a new instance of the MemoryStreamImageProxy class.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MemoryStreamImageProxy(
	Stream stream,
	string hash,
	string extension,
	string name,
	string url,
	VectorD2D? imageSizePoint = null,
	VectorD2D? imageSizePixel = null,
	VectorD2D? imageResolutionDpi = null
)

Parameters

stream  Stream
The image content stream.
hash  String
The optional precomputed content hash.
extension  String
The image file extension.
name  String
The display name.
url  String
The source URL or path.
imageSizePoint  NullableVectorD2D  (Optional)
The optional image size in points.
imageSizePixel  NullableVectorD2D  (Optional)
The optional image size in pixels.
imageResolutionDpi  NullableVectorD2D  (Optional)
The optional image resolution in dpi.
See Also