Click or drag to resize

FS_RECTFContains Method

Determines if the specified point is contained within the rectangular region defined by this FS_RECTF.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool Contains(
	FS_POINTF point
)

Parameters

point  FS_POINTF
Determines if the specified point is contained within this FS_RECTF structure.

Return Value

Boolean
This method returns true if the point is contained within this FS_RECTF structure; otherwise false.
See Also