IRegionInternalIsPointInRegion Method
Checks whether the specified point is within the region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
bool IsPointInRegion(
Point pnt,
int topCorr
)
Function IsPointInRegion (
pnt As Point,
topCorr As Integer
) As Boolean
bool IsPointInRegion(
Point pnt,
int topCorr
)
abstract IsPointInRegion :
pnt : Point *
topCorr : int -> bool
- pnt Point
- Point to check.
- topCorr Int32
- The value of CollapsedHeight.
Boolean if the point is within region.