SharpLeaf Reference > ImageBlock : PageElement Class > SetCoordinates Method ImageBlock.SetCoordinates Method
Set the position and size of the image.
Overloads
Example
// put image at x=100 and y=200, fitting a one-inch box going downwards and to the
// right from that point
image.SetCoordinates(100,200,-72,72);
See also ...ImageBlock.Members
Send comments on this topic © Dyalog Ltd 2021
|