class

Draw::DashVertexConverter

Inherits Draw::Flattener < Draw::Liner < Reference < Object

Constructors

new(dash : Array(Float64), dash_offset : Float64, next_flattener : Draw::Flattener)
Source

Instance methods

close(*args, **options)
Source
close(*args, **options, &)
Source
current_dash
Source
dash
Source
dash_offset
Source
distance
Source
end_flattener(*args, **options)
Source
end_flattener(*args, **options, &)
Source
line_join(*args, **options)
Source
line_join(*args, **options, &)
Source
line_to(x : Float64, y : Float64)

Draw a line from the current position to the point (x, y)

Source
move_to(x : Float64, y : Float64)

Start a New line from the point (x, y)

Source
next_flattener
Source