RectangleF Constructor
Initializes a new instance of the RectangleF class with the specified location (x, y) and size (width, height).
public RectangleF(int x, int y, int width, int height)
Public Sub New (x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
- width
- Int32
- height
- Int32
Licensing Info
This constructor 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.