Click or drag to resize

FS_RECTF Structure

Rectangle area(float) in device or page coordination system.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFS_RECTF

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public struct FS_RECTF

The FS_RECTF type exposes the following members.

Constructors
 NameDescription
Public methodFS_RECTF(PdfTypeBase) Initializes a new instance of the FS_RECTF structure with the specified array.
Public methodFS_RECTF(Double, Double, Double, Double) Initializes a new instance of the FS_RECTF structure with the specified location and size.
Public methodFS_RECTF(Single, Single, Single, Single) Initializes a new instance of the FS_RECTF structure with the specified location and size.
Top
Properties
 NameDescription
Public propertyHeight Gets the height of current rectangle
Public propertyWidth Gets the width of current rectangle
Top
Methods
 NameDescription
Public methodEquals(FS_RECTF) Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified rectangle.
Public methodEquals(Object) Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified object.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodInflate Enlarges a FS_RECTF structure by the specified amount.
Public methodToArray Returns a PdfTypeArray representation of the rectangle.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(FS_RECTF, FS_RECTF) Compares two FS_RECTF structures.
Public operatorStatic memberInequality(FS_RECTF, FS_RECTF) Determines whether the coordinates of left, right, top and bottom edges of the specified rectangle are not equal.
Top
Fields
 NameDescription
Public fieldbottom The y-coordinate of the bottom edge of this FS_RECTF structure.
Public fieldleft The x-coordinate of the left edge of this FS_RECTF structure.
Public fieldright The x-coordinate of the right edge of this FS_RECTF structure.
Public fieldtop The y-coordinate of the top edge of this FS_RECTF structure.
Top
See Also