SharpLeaf Reference > Box : PageElement Class > Box Constructor Box Constructor
Create a new box definition.
Overloads
Example
boxstyle = new BoxStyle(1,Color.Firebrick,LineStyle.Dash,10); // 10-point rounding
box = new Box(72,72,-72,-72,boxstyle); // One inch from paper edges
page.Add(box);
See also ...Box.Members
Send comments on this topic © Dyalog Ltd 2021
|