Skip to main content

TdxGPCanvas.Polygon(TdxPointF[],TColor,TColor,Single,TPenStyle,Byte,Byte) Method

Declaration

procedure Polygon(const APoints: array of TdxPointF; APenColor: TColor; ABrushColor: TColor; APenWidth: Single; APenStyle: TPenStyle; APenColorAlpha: Byte; ABrushColorAlpha: Byte); overload;

Parameters

Name Type
APoints TdxPointF
APenColor TColor
ABrushColor TColor
APenWidth Single
APenStyle TPenStyle
APenColorAlpha Byte
ABrushColorAlpha Byte
See Also