package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Stroke.stroke

method get_dash_offset : unit -> float
method get_line_cap : unit -> Ocgtk_gsk__.Gsk_enums.linecap
method get_line_join : unit -> Ocgtk_gsk__.Gsk_enums.linejoin
method get_line_width : unit -> float
method get_miter_limit : unit -> float
method set_dash : float array option -> Gsize.t -> unit
method set_dash_offset : float -> unit
method set_line_cap : Ocgtk_gsk__.Gsk_enums.linecap -> unit
method set_line_join : Ocgtk_gsk__.Gsk_enums.linejoin -> unit
method set_line_width : float -> unit
method set_miter_limit : float -> unit
method to_cairo : Ocgtk_cairo.Cairo.Context.context_t -> unit
method as_stroke : Ocgtk_gsk__.Stroke.t