Draw a point
int PgDrawPixel( PhPoint_t const *pt ); int PgDrawIPixel( int x, int y );
These functions build a command in the draw buffer to draw a pixel. For PgDrawPixel(), the pt argument points to a pixel location; for PgDrawIPixel(), x and y specify the location.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgDrawPixelArray(), PgDrawPixelArraymx(), PgFlush(), PgSetStrokeColor(), PgSetStrokeDither()