class Blend2D::Geometry::StrokeOptions

Defined in:

blend2d/geometry/stroke_options.cr

Instance Method Summary

Instance Method Detail

def end_cap : StrokeCap #

[View source]
def end_cap=(cap : StrokeCap) #

[View source]
def join : StrokeJoin #

[View source]
def join=(stroke_join : StrokeJoin) #

[View source]
def miter_limit : Float64 #

[View source]
def miter_limit=(double : Float64) #

[View source]
def start_cap : StrokeCap #

[View source]
def start_cap=(cap : StrokeCap) #

[View source]
def width : Float64 #

[View source]
def width=(double : Float64) #

[View source]