SharpLeaf Reference > Box : PageElement Class > SetCoordinates Method Box.SetCoordinates Method
Set the coordinates of the box.
public void SetCoordinates(
double xfrom,
double yfrom,
double xto,
double yto
);
Example
box.SetCoordinates(72,72,-72,-72); // One inch from paper edges
See also ...Box.Members
Send comments on this topic © Dyalog Ltd 2021
|