| SharpLeaf Reference > Rule : PageElement Class > Rule Constructor  >  (Double,Double,Double,Double,Double) Rule Constructor  (Double,Double,Double,Double,Double)Black solid rule. public Rule(
    double xfrom,
    double yfrom,
    double xto,
    double yto,
    double weight
);
xfromCoordinates of line in points (positive from top/left of paper, negative from bottom/right).
yfromCoordinates of line in points (positive from top/left of paper, negative from bottom/right).
xtoCoordinates of line in points (positive from top/left of paper, negative from bottom/right).
ytoCoordinates of line in points (positive from top/left of paper, negative from bottom/right).
weightLine width.
 See also ...Rule.Members | Rule.Rule Constructor  
 Send comments on this topic© Dyalog Ltd 2021
 |