formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Tests if a point in inside a rectangle. This function test whether the specified point is located within the specified rectangle. A point that is on the edges of a rectangle is considered to be in the rectangle
Plugin Prototype
fzrt_boolean fzrt_pt_in_rect(
pt, | |
r ) |
Parameters
pt [Input]
pointer to a point structure that contains the specified point
r [Input]
pointer to a rectangle structure that contains the specified rectangle
Returns
TRUE if point is inside the rectangle, FALSE if it is not
Availability
5.0.0.0
Function Set
Defined in