Click or drag to resize

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

Initializes a new instance with coordinates, width, height, 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,
	double width,
	double height,
	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.
width  Double
The width of the graphic.
height  Double
The height of the graphic.
Rotation  Double
The rotation around the z-axis, in degrees.
startingImage  ImageProxy
The initial image.
See Also