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