Click or drag to resize

ImageProxyGetImageInformation Method

Gets information about physical size (Attention: in points, i.e. 1/72 inch, not in 1/96 inch!), about pixel size and resolution.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static (VectorD2D SizePoint, VectorD2D SizePixel, VectorD2D Resolution) GetImageInformation(
	Stream str
)

Parameters

str  Stream
The content stream that holds the image.

Return Value

ValueTupleVectorD2D, VectorD2D, VectorD2D
The size in points (1/72 inch), the size in pixels, as well as the horizontal and vertical resolution of the image).
See Also