SharpPlot Reference > SharpPlot Methods > DrawImage Method > (Image,String,Double,Double,Double,Double)

SharpPlot.DrawImage Method (Image,String,Double,Double,Double,Double)

Add image within given rectangle with alternative uri.

public void DrawImage(
    Image bmp,
    string uri,
    double left,
    double top,
    double width,
    double height
);
bmp
Image to embed (Bitmap, Metafile, PS, PDF).
uri
Image to link to at display time (SVG, XAML, VML).
left
Position of left of image.
top
Position of top of image.
width
Width to fit (defaults to image width).
height
Height to fit (defaults to image height).

See also ...

SharpPlot Members | SharpPlot.DrawImage Method


Send comments on this topic
© Dyalog Ltd 2021