Skip to main content
All docs
V26.1
  • Outline.Create(Fill, Double, LineCap, LineJoin, Double, DashPattern) Method

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static Outline Create(
        Fill fill,
        double width = 1,
        LineCap lineCap = LineCap.Butt,
        LineJoin lineJoin = LineJoin.Miter,
        double miterLimit = 10,
        DashPattern dashPattern = null
    )

    Parameters

    Name Type
    fill Fill

    Optional Parameters

    Name Type Default
    width Double 1
    lineCap LineCap Butt
    lineJoin LineJoin Miter
    miterLimit Double 10
    dashPattern DashPattern null

    Returns

    Type
    Outline
    See Also