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;
};

This is record Graphics.TPenData.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!