EmbeddedImageGraphic(Double, 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,
double Rotation,
ImageProxy startingImage
)
Parameters
- posX Double
- The x-position of the graphic.
- posY Double
- The y-position of the graphic.
- Rotation Double
- The rotation angle.
- startingImage ImageProxy
- The starting image.
See Also