TTeeCanvasSurfaceStyle

TTeeCanvasSurfaceStyle

type TTeeCanvasSurfaceStyle = (tcsSolid, tcsWire, tcsDot);

Unit
TeCanvas

Description
Used by Surface series, Style property, to display cells in different ways:

  • \*\pn
      \pnindent\pntxtb
    \fi-200\litcsSolid : Cells are filled using the surface brush and cell color properties.
  • tcsWire: Cells are drawn without filling the interior. The surface's Pen is used to draw the cell.
  • tcsDot: A single pixel is displayed at each cell position. Intended for very big surfaces.