Click or drag to resize

LinkedImageGraphic(Double, Double, 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.3179.0 (4.8.3179.0)
Syntax
C#
public LinkedImageGraphic(
	double posX,
	double posY,
	PointD2D graphicSize,
	double Rotation,
	string ImagePath
)

Parameters

posX  Double

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

posY  Double

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

graphicSize  PointD2D

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

Rotation  Double

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

ImagePath  String

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

See Also