Click or drag to resize

EmbeddedImageGraphic(PointD3D, VectorD3D, ImageProxy) Constructor

Initializes a new instance with explicit position, size, 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,
	VectorD3D graphicSize,
	ImageProxy startingImage
)

Parameters

graphicPosition  PointD3D
The graphic position.
graphicSize  VectorD3D
The graphic size.
startingImage  ImageProxy
The initial image.
See Also