Unit 'TreeGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_controls]

TTGPaintInfo

Declaration

Source position: treegrids.pas line 1921

type TTGPaintInfo = record

  Canvas: TCanvas;

  

  PaintOptions: TTGInternalPaintOptions;

  

  Node: PTreeGridNode;

  

  Column: TColumnIndex;

  

  Position: TColumnPosition;

  

  CellRect: TRect;

  

  ContentRect: TRect;

  

  NodeWidth: Integer;

  

  Alignment: TAlignment;

  

  CaptionAlignment: TAlignment;

  

  BidiMode: TBidiMode;

  

  BrushOrigin: TPoint;

  

  ImageInfo: array [TTGImageInfoIndex] of TTGImageInfo;

  

end;



CT Web help

CodeTyphon Studio