Einzelnen Beitrag anzeigen

MaOfDe

Registriert seit: 3. Jan 2004
Ort: Berlin
73 Beiträge
 
Delphi 6 Personal
 
#3

Re: Punkte in einer Region ermitteln

  Alt 25. Mai 2004, 20:58
Zitat:
The PtInRegion function determines whether the specified point is inside the specified region.

BOOL PtInRegion(

HRGN hrgn, // handle of region

int X, // x-coordinate of point
int Y // y-coordinate of point
);

Parameters

hrgn: Identifies the region to be examined.
X: Specifies the x-coordinate of the point.
Y: Specifies the y-coordinate of the point.
  Mit Zitat antworten Zitat