LineAttributes.this

Create a new line attributes with the specified arguments.

@param width the line width @param cap the line cap style @param join the line join style @param style the line style @param dash the line dash style @param dashOffset the line dash style offset @param miterLimit the line miter limit

  1. this(float width)
  2. this(float width, int cap, int join)
  3. this(float width, int cap, int join, int style, float[] dash, float dashOffset, float miterLimit)
    class LineAttributes
    this
    (
    float width
    ,
    int cap
    ,
    int join
    ,
    int style
    ,
    float[] dash
    ,,
    )

Meta