TPenData = record Handle: HPen; Color: TColor; Width: Integer; Style: TPenStyle; end;
struct TPenData { HPen Handle; TColor Color; int Width; TPenStyle Style; };
Graphics
This is record Graphics.TPenData.