[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_eldraw' (#crwlib)

TPenParams

Declaration

Source position: _crw_eldraw.pas line 94

type TPenParams = packed record

  Color: TColor;

  Style: TPenStyle;

  Mode: TPenMode;

  Width: Integer;

end;