EmbeddedImageGraphic(Double, Double, ImageProxy) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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