LinkedImageGraphic(PointD2D, PointD2D, String) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LinkedImageGraphic(
PointD2D graphicPosition,
PointD2D graphicSize,
string ImagePath
)
Parameters
- graphicPosition PointD2D
- The graphic position.
- graphicSize PointD2D
- The graphic size.
- ImagePath String
- The image path.
See Also