Click or drag to resize

FS_RECTF(Double, Double, Double, Double) Constructor

Initializes a new instance of the FS_RECTF structure with the specified location and size.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public FS_RECTF(
	double l,
	double t,
	double r,
	double 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