The OpenD Programming Language

IRenderingContext2D.strokeStyle

Changes the current stroke brush (Default = "black").

  1. void strokeStyle(Brush brush)
  2. void strokeStyle(const(char)[] color)
    interface IRenderingContext2D
    void
    strokeStyle
    (
    const(char)[] color
    )

Meta