Canvas.PenColor


public property PenColor

Prototype:

Read/Write property PenColor[=nPenColor]

Description:

This property sets or gets the color of the pen used on to the canvas. The color is specified via a hex number (similar to HTML): 0xRRGGBB
For example, RED is 0xFF0000, BLUE is 0x0000FF.

Return value:

Returns the color of the pen used on to the canvas.