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