RectangleF
Stores a set of four floating-point numbers that represent the location and size of a rectangle.
public class RectangleF
Public Class RectangleF
Inheritance: ObjectRectangleF
Licensing Info
This class is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Rasterizer selected.
- A DynamicPDF Rasterizer for .NET v4.X Developer license.
Constructors
RectangleF(Int32, Int32, Int32, Int32) | Initializes a new instance of the RectangleF class with the specified location (x, y) and size (width, height). |
Properties
Height | Gets or sets the height of this RectangleF structure. |
Width | Gets or sets the width of this RectangleF structure. |
X | Gets or sets the x-coordinate of the upper-left corner of this RectangleF structure. |
Y | Gets or sets the y-coordinate of the upper-left corner of this RectangleF structure. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |