Click or drag to resize

ImageGraphicGetImageSizePt Method

Get the size of the original image in points (1/72 inch).

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract PointD2D GetImageSizePt()

Return Value

PointD2D
The original image size in points.
See Also