Stroke
class Stroke(val gskStrokePointer: <Error class: unknown class><<Error class: unknown class>>)(source)
A GskStroke struct collects the parameters that influence the operation of stroking a path.
Skipped during bindings generation
- parameter - n_dash: n_dash: Out parameter is not supported
- parameter - dash: Array parameter of type gfloat is not supported
Since
4.14
Constructors
Functions
Link copied to clipboard
                  Returns the dash_offset of a GskStroke.
Link copied to clipboard
                  Gets the line cap used.
Link copied to clipboard
                  Gets the line join used.
Link copied to clipboard
                  Gets the line width used.
Link copied to clipboard
                  Returns the miter limit of a GskStroke.
Link copied to clipboard
                  Sets the offset into the dash pattern where dashing should begin.
Link copied to clipboard
                  Sets the line cap to be used when stroking.
Link copied to clipboard
                  Sets the line join to be used when stroking.
Link copied to clipboard
                  Sets the line width to be used when stroking.
Link copied to clipboard
                  Sets the limit for the distance from the corner where sharp turns of joins get cut off.