RefRect Class |
Namespace: ComPDFKitViewer
public class RefRect
The RefRect type exposes the following members.
Name | Description | |
---|---|---|
![]() | RefRect(Rect) |
Constructed by Rect
|
![]() | RefRect(Double, Double, Double, Double) |
Constructed by XY and width and height
|
Name | Description | |
---|---|---|
![]() | Bottom |
Get the bottom Y-axis value of the rectangle
|
![]() | Height |
Get the height of the rectangle
|
![]() | Left |
Left X-axis value of the rectangle
|
![]() | Right |
Get the X-axis value on the right side of the rectangle
|
![]() | Top |
Top Y-axis value of the rectangle
|
![]() | Width |
Width of the rectangle
|
Name | Description | |
---|---|---|
![]() ![]() | (RefRect to Rect) |
Implicit conversion Rect
|
Name | Description | |
---|---|---|
![]() | ClientRect |
The original position rectangle without scaling
|