Click or drag to resize

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

Parameters

posX  Double
The x-position of the graphic.
posY  Double
The y-position of the graphic.
width  Double
The width of the graphic.
height  Double
The height of the graphic.
startingImage  ImageProxy
The starting image.
See Also