x= and number from zero to the width of the current graphics mode y= and number from zero to the height of the current graphics mode |
Used to put a pixel on the screen defined by its x, y location in the current drawing dxColor defined by the dxColor command |
;Set the dxColor to green dxColor 0,255,0 ;Draw a dot at location 100,200 with the dxColor green dxPlot 100,200 |