Click or drag to resize

EmbeddedImageGraphic(PointD2D, PointD2D, Double, ImageProxy) Constructor

Initializes a new instance of the EmbeddedImageGraphic class

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public EmbeddedImageGraphic(
	PointD2D graphicPosition,
	PointD2D graphicSize,
	double Rotation,
	ImageProxy startingImage
)

Parameters

graphicPosition  PointD2D

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

graphicSize  PointD2D

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

Rotation  Double

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

startingImage  ImageProxy

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

See Also