Click or drag to resize

FS_RECTF(Single, Single, Single, Single) 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(
	float l,
	float t,
	float r,
	float b
)

Parameters

l  Single
The x-coordinate of the left edge of this FS_RECTF structure.
t  Single
The y-coordinate of the top edge of this FS_RECTF structure.
r  Single
The x-coordinate of the right edge of this FS_RECTF structure.
b  Single
The y-coordinate of the bottom edge of this FS_RECTF structure.
See Also