Click or drag to resize

LinkedImageGraphic(PointD2D, 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(
	PointD2D graphicPosition,
	double Rotation,
	string ImagePath
)

Parameters

graphicPosition  PointD2D
The graphic position.
Rotation  Double
The rotation angle.
ImagePath  String
The image path.
See Also