RefRect Constructor (Double, Double, Double, Double) |
Constructed by XY and width and height
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic RefRect(
double left,
double top,
double width,
double height
)
Parameters
- left
- Type: SystemDouble
X axis value on the left side of the rectangle
- top
- Type: SystemDouble
Y axis position at the top of the rectangle
- width
- Type: SystemDouble
Width of the rectangle
- height
- Type: SystemDouble
Height of the rectangle
See Also