Jump to content

GpiQueryPel

From EDM2
Revision as of 04:33, 28 January 2020 by Ak120 (talk | contribs) (Created page with "This function returns the color of a pel at a position specified in world coordinates. ==Syntax== lColor = GpiQueryPel(hps, pptlPoint) ;hps (HPS):Presentation-space handle....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function returns the color of a pel at a position specified in world coordinates.

Syntax

lColor = GpiQueryPel(hps, pptlPoint)
hps (HPS)
Presentation-space handle.
pptlPoint (PPOINTL)
Position in world coordinates.
lColor (LONG)
Color index of the pel.