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