Click or drag to resize

RefRect Class

Convert value type to object
Inheritance Hierarchy
SystemObject
  ComPDFKitViewerRefRect

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public class RefRect

The RefRect type exposes the following members.

Constructors
  NameDescription
Public methodRefRect(Rect)
Constructed by Rect
Public methodRefRect(Double, Double, Double, Double)
Constructed by XY and width and height
Top
Properties
  NameDescription
Public propertyBottom
Get the bottom Y-axis value of the rectangle
Public propertyHeight
Get the height of the rectangle
Public propertyLeft
Left X-axis value of the rectangle
Public propertyRight
Get the X-axis value on the right side of the rectangle
Public propertyTop
Top Y-axis value of the rectangle
Public propertyWidth
Width of the rectangle
Top
Operators
Fields
  NameDescription
Public fieldClientRect
The original position rectangle without scaling
Top
See Also