Skip to main content

CGContextSetLineJoin

Function CGContextSetLineJoin 

Source
pub extern "C-unwind" fn CGContextSetLineJoin(
    c: Option<&CGContext>,
    join: CGLineJoin,
)
👎Deprecated:

renamed to CGContext::set_line_join

Available on crate features CGContext and CGPath only.