Click or drag to resize

LinkedImageGraphic(PointD2D, PointD2D, String) Constructor

Initializes a new instance of the LinkedImageGraphic class

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LinkedImageGraphic(
	PointD2D graphicPosition,
	PointD2D graphicSize,
	string ImagePath
)

Parameters

graphicPosition  PointD2D

[Missing <param name="graphicPosition"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.LinkedImageGraphic.#ctor(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.String)"]

graphicSize  PointD2D

[Missing <param name="graphicSize"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.LinkedImageGraphic.#ctor(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.String)"]

ImagePath  String

[Missing <param name="ImagePath"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.LinkedImageGraphic.#ctor(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.String)"]

See Also