IRegionInternalIsPointInRegion Method

Checks whether the specified point is within the region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool IsPointInRegion(
	Point pnt,
	int topCorr
)

Parameters

pnt  Point
Point to check.
topCorr  Int32
The value of CollapsedHeight.

Return Value

Boolean
if the point is within region.

See Also