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