Click or drag to resize

EmbeddedImageGraphic(Double, Double, Double, VectorD3D, Double, ImageProxy) Constructor

Initializes a new instance with coordinates, size, rotation, and image.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public EmbeddedImageGraphic(
	double posX,
	double posY,
	double posZ,
	VectorD3D graphicSize,
	double Rotation,
	ImageProxy startingImage
)

Parameters

posX  Double
The x-coordinate of the graphic position.
posY  Double
The y-coordinate of the graphic position.
posZ  Double
The z-coordinate of the graphic position.
graphicSize  VectorD3D
The graphic size.
Rotation  Double
The rotation around the z-axis, in degrees.
startingImage  ImageProxy
The initial image.
See Also