EmbeddedImageGraphic(PointD3D, VectorD3D, ImageProxy) Constructor |
Initializes a new instance with explicit position, size, and image.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic EmbeddedImageGraphic(
PointD3D graphicPosition,
VectorD3D graphicSize,
ImageProxy startingImage
)
Parameters
- graphicPosition PointD3D
- The graphic position.
- graphicSize VectorD3D
- The graphic size.
- startingImage ImageProxy
- The initial image.
See Also