TdxGPCanvas.Path(TdxGPPath,TdxAlphaColor,TdxAlphaColor,Single,TPenStyle) Method
Declaration
procedure Path(APath: TdxGPPath; APenColor: TdxAlphaColor; ABrushColor: TdxAlphaColor; APenWidth: Single = 1; APenStyle: TPenStyle = psSolid); overload;
Parameters
| Name | Type |
|---|---|
| APath | TdxGPPath |
| APenColor | TdxAlphaColor |
| ABrushColor | TdxAlphaColor |
| APenWidth | Single |
| APenStyle | TPenStyle |
See Also