DQBpset
SUB

Prototype

DECLARE SUB DQBpset (BYVAL Layer, BYVAL x, BYVAL y, BYVAL Col)

Parameters

Layer - Layer where to draw the pixel

x - Pixel x coordinate

y - Pixel y coordinate

Col - Pixel color

Returns

none

Description

Sets a pixel onto specified layer, at given coordinates and with Col color.

Notes:

This function is affected by the clipping box set by DQBsetClipBox.