GC.drawPoint

Draws a pixel, using the foreground color, at the specified point (<code>x</code>, <code>y</code>). <p> Note that the receiver's line attributes do not affect this operation. </p>

@param x the point's x coordinate @param y the point's y coordinate

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

@since 3.0

class GC
void
drawPoint
(
int x
,
int y
)

Meta