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