 | FS_RECTFContains Method |
Determines if the specified
point is contained within the rectangular region defined by this
FS_RECTF.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Contains(
FS_POINTF point
)
Public Function Contains (
point As FS_POINTF
) As Boolean
public:
bool Contains(
FS_POINTF point
)
member Contains :
point : FS_POINTF -> bool public boolean Contains(
FS_POINTF point
)
function Contains(point);
Parameters
- point FS_POINTF
- Determines if the specified point is contained within this FS_RECTF structure.
Return Value
BooleanThis method returns true if the
point is contained within this
FS_RECTF structure; otherwise false.
See Also