EmbeddedImageGraphic(Double, Double, Double, ImageProxy) Constructor |
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic EmbeddedImageGraphic(
double posX,
double posY,
double posZ,
ImageProxy startingImage
)
Parameters
- posX Double
- The x-coordinate of the graphic position.
- posY Double
- The y-coordinate of the graphic position.
- posZ Double
- The z-coordinate of the graphic position.
- startingImage ImageProxy
- The initial image.
See Also