Click or drag to resize

FS_RECTF Structure

Rectangle area(float) in device or page coordination system.

Namespace:  Patagames.Pdf
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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
Compares two FS_RECTF structures.
Public operatorStatic memberInequality
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