LinkedImageGraphic(Double, Double, PointD2D, Double, String) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LinkedImageGraphic(
double posX,
double posY,
PointD2D graphicSize,
double Rotation,
string ImagePath
)
Parameters
- posX Double
- The x-position of the graphic.
- posY Double
- The y-position of the graphic.
- graphicSize PointD2D
- The graphic size.
- Rotation Double
- The rotation angle.
- ImagePath String
- The image path.
See Also