class Gsk::Stroke
- Gsk::Stroke
- Reference
- Object
Overview
Collects the parameters that are needed when stroking a path.
Defined in:
lib/gi-crystal/src/auto/gsk-4.0/stroke.crConstructors
Class Method Summary
- .equal(stroke1 : Pointer(Void) | Nil, stroke2 : Pointer(Void) | Nil) : Bool
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #copy : Gsk::Stroke
- #dash : Enumerable(Float32) | Nil
- #dash=(dash : Enumerable(Float32) | Nil) : Nil
- #dash_offset : Float32
- #dash_offset=(offset : Float32) : Nil
- #finalize
- #free : Nil
- #line_cap : Gsk::LineCap
- #line_cap=(line_cap : Gsk::LineCap) : Nil
- #line_join : Gsk::LineJoin
- #line_join=(line_join : Gsk::LineJoin) : Nil
- #line_width : Float32
- #line_width=(line_width : Float32) : Nil
- #miter_limit : Float32
- #miter_limit=(limit : Float32) : Nil
- #to_cairo(cr : Cairo::Context) : Nil
- #to_unsafe : Pointer(Void)