TdxGPCanvas.Polygon(TPoint[],TdxAlphaColor,TdxAlphaColor,Single,TPenStyle) Method
Declaration
procedure Polygon(const APoints: array of TPoint; APenColor: TdxAlphaColor; ABrushColor: TdxAlphaColor; APenWidth: Single = 1; APenStyle: TPenStyle = psSolid); overload;
Parameters
| Name | Type |
|---|---|
| APoints | TPoint |
| APenColor | TdxAlphaColor |
| ABrushColor | TdxAlphaColor |
| APenWidth | Single |
| APenStyle | TPenStyle |
See Also