Click or drag to resize

EmbeddedImageGraphic(PointD3D, Double, ImageProxy) Constructor

Initializes a new instance of the EmbeddedImageGraphic class

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

Parameters

graphicPosition  PointD3D

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

Rotation  Double

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

startingImage  ImageProxy

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

See Also