[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: _crw_eldraw.pas line 346
procedure DrawPolygon( |
Canvas: TCanvas; |
const Points: array of TPoint; |
PenColor: TColor = clBlack; |
PenStyle: TPenStyle = psSolid; |
PenMode: TPenMode = pmCopy; |
PenWidth: Integer = 1; |
BrushColor: TColor = clBlack; |
BrushStyle: TBrushStyle = bsClear |
); |