TColorRenderer

Ancestors

   |
TCustomRenderer

TColorRenderer is different from other renderers in that it's the only one that's constructed automatically by DrawLine, DrawDashedLine and DrawPolygon. This allows the library user to pass a color value directly to one of these procedures without needing to construct a TColorRenderer object.

Reference

Methods
In TColorRenderer:
Create
SetColor
In TCustomRenderer:
Initialize
RenderProc

See Also

DrawDashedLine, DrawLine, DrawPolygon