Click or drag to resize

EmbeddedImageGraphicGetImageSizePt Method

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

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

Return Value

PointD2D
The original image size in points.
See Also