Unit 'nxMath' Package
[Overview][Procedures and functions][Index] [#pl_nxpascal]

PointInRect

Declaration

Source position: nxMath.pas line 36

function PointInRect(

  const x: LongInt;

  const y: LongInt;

  rect: TRecti

):Boolean; overload;

function PointInRect(

  const x: single;

  const y: single;

  rect: TRectf

):Boolean; overload;



CT Web help

CodeTyphon Studio