SharpLeaf Reference > ImageBlock : PageElement Class ImageBlock : PageElement Class
Picture to add to a page layout. Image can optionally be scaled or stretched to fit a bounding box.
public class ImageBlock : PageElement
Constructors
- public ImageBlock(string filename, string url, double xfrom, double yfrom);
- public ImageBlock(string filename, string url, double xfrom, double yfrom, double width, double height);
- public ImageBlock(string filename,string url,double xfrom,double yfrom,double width,double height,bool stretch);
ImageBlock Instance PropertiesFilename | File name to use for embedding at report creation time (Raster formats and PS and PDF) | Stretch | Stretch image to fix bounding box exactly (false by default) (observed only if both width and height are non-zero) | Url | URL to point at display time to for web formats (SVG and XAML) |
ImageBlock Methods
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
Send comments on this topic © Dyalog Ltd 2021
|