Click or drag to resize

FS_QUADPOINTSF(FS_POINTF, FS_POINTF, FS_POINTF, FS_POINTF) Constructor

Initializes a new instance of the FS_QUADPOINTSF structure.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_QUADPOINTSF(
	FS_POINTF leftBottom,
	FS_POINTF rightBottom,
	FS_POINTF rightTop,
	FS_POINTF leftTop
)

Parameters

leftBottom  FS_POINTF
The left-bottom point of the quadrilateral.
rightBottom  FS_POINTF
The right-bottom point of the quadrilateral.
rightTop  FS_POINTF
The right-top point of the quadrilateral.
leftTop  FS_POINTF
The left-top point of the quadrilateral.
See Also