Skip to main content
All docs
V25.1
  • Create(TdxAlphaColor,Single,TPenStyle,Single,TArray<Single>,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; const ADashArray: TArray<Single> = nil; ADashOffset: Single = 0); overload;

    Parameters

    Name Type
    AColor TdxAlphaColor
    AWidth Single
    APenStyle TPenStyle
    AScale Single
    ADashArray TArray<T>
    ADashOffset Single
    See Also