Click or drag to resize

LinkedImageGraphic(Double, Double, String) Constructor

Initializes a new instance of the LinkedImageGraphic class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LinkedImageGraphic(
	double posX,
	double posY,
	string ImagePath
)

Parameters

posX  Double
The x-position of the graphic.
posY  Double
The y-position of the graphic.
ImagePath  String
The image path.
See Also