![]() | FS_ |
The FS_RECTF type exposes the following members.
Name | Description | |
---|---|---|
![]() | FS_RECTF(PdfTypeBase) | Initializes a new instance of the FS_RECTF structure with the specified array. |
![]() | FS_RECTF(Double, Double, Double, Double) | Initializes a new instance of the FS_RECTF structure with the specified location and size. |
![]() | FS_RECTF(Single, Single, Single, Single) | Initializes a new instance of the FS_RECTF structure with the specified location and size. |
Name | Description | |
---|---|---|
![]() | Height | Gets the height of current rectangle |
![]() | Width | Gets the width of current rectangle |
Name | Description | |
---|---|---|
![]() | Equals(FS_RECTF) | Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified rectangle. |
![]() | Equals(Object) |
Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified object.
(Overrides ValueTypeEquals(Object)) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) |
![]() | Inflate | Enlarges a FS_RECTF structure by the specified amount. |
![]() | ToArray | Returns a PdfTypeArray representation of the rectangle. |
Name | Description | |
---|---|---|
![]() ![]() | Equality(FS_RECTF, FS_RECTF) | Compares two FS_RECTF structures. |
![]() ![]() | Inequality(FS_RECTF, FS_RECTF) | Determines whether the coordinates of left, right, top and bottom edges of the specified rectangle are not equal. |
Name | Description | |
---|---|---|
![]() | bottom | The y-coordinate of the bottom edge of this FS_RECTF structure. |
![]() | left | The x-coordinate of the left edge of this FS_RECTF structure. |
![]() | right | The x-coordinate of the right edge of this FS_RECTF structure. |
![]() | top | The y-coordinate of the top edge of this FS_RECTF structure. |