dash

  1. Dave O

    Android Question Dashed stroke on outline drawn with B4XPath?

    I'd like to draw a rounded rect using B4XCanvas and B4XPath and such, but I'd prefer the stroke (with no fill) to be a dashed line. I don't see any parameters for line style, and haven't found anything in the forums. Here's my current code using a non-dashed line: Dim roundedPath As B4XPath...
Top