The OpenD Programming Language

IRenderingContext2D.lineDashOffset

Returns the phase offset (in the same units as the line dash pattern). Can be set, to change the phase offset. Values that are not finite values are ignored.

  1. void lineDashOffset(float offset)
    interface IRenderingContext2D
    void
    lineDashOffset
    (
    float offset
    )
  2. float lineDashOffset()

Meta