EmbeddedImageGraphic(PointD3D, Double, ImageProxy) Constructor |
Initializes a new instance with position, rotation, and image.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic EmbeddedImageGraphic(
PointD3D graphicPosition,
double Rotation,
ImageProxy startingImage
)
Parameters
- graphicPosition PointD3D
- The graphic position.
- Rotation Double
- The rotation around the z-axis, in degrees.
- startingImage ImageProxy
- The initial image.
See Also