| FS_RECTF(Double, Double, Double, Double) Constructor |
Initializes a new instance of the
FS_RECTF structure with the specified location and size.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_RECTF(
double l,
double t,
double r,
double b
)
Public Sub New (
l As Double,
t As Double,
r As Double,
b As Double
)
public:
FS_RECTF(
double l,
double t,
double r,
double b
)
new :
l : float *
t : float *
r : float *
b : float -> FS_RECTF
public FS_RECTF(
double l,
double t,
double r,
double b
)
Patagames.Pdf.FS_RECTF = function(l, t, r, b);
Parameters
- l Double
- The x-coordinate of the left edge of this FS_RECTF structure.
- t Double
- The y-coordinate of the top edge of this FS_RECTF structure.
- r Double
- The x-coordinate of the right edge of this FS_RECTF structure.
- b Double
- The y-coordinate of the bottom edge of this FS_RECTF structure.
See Also