Stroke.this

Creates a new gsk.stroke.Stroke with the given line_width.

  1. this(void* ptr, Flag!"Take" take)
  2. this(float lineWidth)
    class Stroke
    this
    (
    float lineWidth
    )

Parameters

lineWidth float

line width of the stroke. Must be > 0

Return Value