Click or drag to resize

EmbeddedImageGraphic(Double, Double, Double, VectorD3D, 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(
	double posX,
	double posY,
	double posZ,
	VectorD3D graphicSize,
	double Rotation,
	ImageProxy startingImage
)

Parameters

posX  Double

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

posY  Double

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

posZ  Double

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

graphicSize  VectorD3D

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

Rotation  Double

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

startingImage  ImageProxy

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

See Also