Stroke
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 supportedparameter
dash
: Array parameter of type gfloat is not supportedparameter
cr
: cairo.Context
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.