SharpLeaf Reference > Box : PageElement Class > Box Constructor > (Double,Double,Double,Double) Box Constructor (Double,Double,Double,Double)
Create a simple 1pt black edged box.
public Box(
double xfrom,
double yfrom,
double xto,
double yto
);
-
xfrom
- Coordinates in points (positive from top/left of paper, negative from bottom/right).
-
yfrom
- Coordinates in points (positive from top/left of paper, negative from bottom/right).
-
xto
- Coordinates in points (positive from top/left of paper, negative from bottom/right).
-
yto
- Coordinates in points (positive from top/left of paper, negative from bottom/right).
See also ...Box.Members | Box.Box Constructor
Send comments on this topic © Dyalog Ltd 2021
|