| SharpLeaf Reference > Frame : PageElement Class > SetCoordinates Method Frame.SetCoordinates MethodSet the bounding box of the Frame. public void SetCoordinates(
    double xfrom,
    double yfrom,
    double xto,
    double yto
);Example  // One inch margin from paper edge
   frame.SetCoordinates(72,72,-72,-72);
 See also ...PageLayout Glossary | Frame.Members 
 Send comments on this topic© Dyalog Ltd 2021
 |