RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TPenData Record
Pascal
TPenData = record
  Handle: HPen;
  Color: TColor;
  Width: Integer;
  Style: TPenStyle;
end;
C++
struct TPenData {
  HPen Handle;
  TColor Color;
  int Width;
  TPenStyle Style;
};

Graphics

This is record Graphics.TPenData.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!