Click or drag to resize

FX_RECT Class

Rectangle area in device coordination system.
Inheritance Hierarchy
SystemObject
  Patagames.PdfFX_RECT

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FX_RECT

The FX_RECT type exposes the following members.

Constructors
 NameDescription
Public methodFX_RECTInitializes a new instance of the FX_RECT class
Top
Properties
 NameDescription
Public propertyHeight Gets the height of current rectangle
Public propertyWidth Gets the width of current rectangle
Top
Fields
 NameDescription
Public fieldbottom The y-coordinate of the right-bottom corner.
Public fieldleft The x-coordinate of the left-top corner.
Public fieldright The x-coordinate of the right-bottom corner.
Public fieldtop The y-coordinate of the left-top corner.
Top
See Also