EmbeddedImageGraphic(Double, Double, Double, Double, Double, ImageProxy) Constructor |
Initializes a new instance with explicit coordinates, width, height, and image.
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,
double width,
double height,
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.
- width Double
- The width of the graphic.
- height Double
- The height of the graphic.
- startingImage ImageProxy
- The initial image.
See Also