SharpLeaf Reference > ImageBlock : PageElement Class > ImageBlock Constructor > (String,String,Double,Double) ImageBlock Constructor (String,String,Double,Double)
Use default picture size.
public ImageBlock(
string filename,
string url,
double xfrom,
double yfrom
);
-
filename
- File name to use for embedding at report creation time (Raster format and PS and PDF).
-
url
- URL to point at display time to for web formats (SVG and XAML).
-
xfrom
- Point where to draw image (positive : from paper top left corner, negative : from paper right bottom corner).
-
yfrom
- Point where to draw image (positive : from paper top left corner, negative : from paper right bottom corner).
See also ...ImageBlock.Members | ImageBlock.ImageBlock Constructor
Send comments on this topic © Dyalog Ltd 2021
|