Skip to main content
All docs
V23.2

DXAdjustableArrowCap(Single, Single, Single, Boolean) Constructor

Initializes a new instance of the DXAdjustableArrowCap class with specified settings.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXAdjustableArrowCap(
    float width,
    float height,
    float widthScale,
    bool filled
)

Parameters

Name Type Description
width Single

The width of the arrow.

height Single

The height of the arrow.

widthScale Single

The amount by which to scale the line cap with respect to the width of the DXPen object.

filled Boolean

true to fill the arrow cap; otherwise, false.

See Also