TdxGPCanvas.Line(Single,Single,Single,Single,TdxAlphaColor,Single,TPenStyle) Method
Declaration
procedure Line(X1: Single; Y1: Single; X2: Single; Y2: Single; APenColor: TdxAlphaColor; APenWidth: Single = 1; APenStyle: TPenStyle = psSolid); overload;
Parameters
Name | Type |
---|---|
X1 | Single |
Y1 | Single |
X2 | Single |
Y2 | Single |
APenColor | TdxAlphaColor |
APenWidth | Single |
APenStyle | TPenStyle |
See Also