SharpLeaf Reference > Frame : PageElement Class > Frame Constructor > (String,Double,Double,Double,Double) Frame Constructor (String,Double,Double,Double,Double)
Create a simple invisible frame.
public Frame(
string id,
double xfrom,
double yfrom,
double xto,
double yto
);
-
id
- Frame identifier (should be unique).
-
xfrom
- Frame coordinates in points (positive from top/left of paper, negative from bottom/right).
-
yfrom
- Frame coordinates in points (positive from top/left of paper, negative from bottom/right).
-
xto
- Frame coordinates in points (positive from top/left of paper, negative from bottom/right).
-
yto
- Frame coordinates in points (positive from top/left of paper, negative from bottom/right).
See also ...Frame.Members | Frame.Frame Constructor
Send comments on this topic © Dyalog Ltd 2021
|