Click or drag to resize

EmbeddedImageGraphic(PointD2D, Double, ImageProxy) Constructor

Initializes a new instance of the EmbeddedImageGraphic class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public EmbeddedImageGraphic(
	PointD2D graphicPosition,
	double Rotation,
	ImageProxy startingImage
)

Parameters

graphicPosition  PointD2D
The graphic position.
Rotation  Double
The rotation angle.
startingImage  ImageProxy
The starting image.
See Also