Click or drag to resize

EmbeddedImageGraphic(PointD3D, Double, ImageProxy) Constructor

Initializes a new instance with position, 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(
	PointD3D graphicPosition,
	double Rotation,
	ImageProxy startingImage
)

Parameters

graphicPosition  PointD3D
The graphic position.
Rotation  Double
The rotation around the z-axis, in degrees.
startingImage  ImageProxy
The initial image.
See Also