SharpLeaf Reference > ImageBlock : PageElement Class > SetCoordinates Method > (Double,Double) ImageBlock.SetCoordinates Method (Double,Double)
Set the position of the image.
public void SetCoordinates(
double xfrom,
double yfrom
);
-
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.SetCoordinates Method
Send comments on this topic © Dyalog Ltd 2021
|