Click or drag to resize

EmbeddedImageGraphic(Double, 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(
	double posX,
	double posY,
	ImageProxy startingImage
)

Parameters

posX  Double
The X position.
posY  Double
The Y position.
startingImage  ImageProxy
The starting image.
See Also