Lucee Function Reference

imagedrawpoint()

Draws a point at the specified (x,y) coordinate.

Beispiel

imagedrawpoint(any image,number x,number y):void

Kategorie

image

Argumente

Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name Typ Required Beschreibung
image any  Yes The image on which this operation is performed.  
x number  Yes The x coordinate of the point.  
y number  Yes The y coordinate of the point.