Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvasState

Set type used to store TCanvasStates values.

Declaration

Source position: graphics.pp line 235

type TCanvasState = set of (

  csHandleValid,

  

The handle for the canvas is valid.

  csFontValid,

  

Font properties correspond to the selected Font Handle in the Device Context (DC).

  csPenvalid,

  

  csBrushValid,

  

  csRegionValid

  

);



CT Web help

CodeTyphon Studio