Create(TdxAlphaColor,Single,TPenStyle,Single) Constructor
Initializes a new instance of the TdxGPPen class with specified settings.
Declaration
constructor Create(AColor: TdxAlphaColor; AWidth: Single = 1; APenStyle: TPenStyle = psSolid; AScale: Single = 1); overload;
Parameters
Name | Type |
---|---|
AColor | TdxAlphaColor |
AWidth | Single |
APenStyle | TPenStyle |
AScale | Single |
See Also