Thema
:
Delphi
Punkte in einer Region ermitteln
Einzelnen Beitrag anzeigen
MaOfDe
Registriert seit: 3. Jan 2004
Ort: Berlin
73 Beiträge
Delphi 6 Personal
#
3
Re: Punkte in einer Region ermitteln
25. Mai 2004, 21: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.
Homepage
Zitat
MaOfDe
Öffentliches Profil ansehen
Mehr Beiträge von MaOfDe finden