CGContextStrokeRectWithWidth

Function CGContextStrokeRectWithWidth 

Source
pub extern "C-unwind" fn CGContextStrokeRectWithWidth(
    c: Option<&CGContext>,
    rect: CGRect,
    width: CGFloat,
)
👎Deprecated: renamed to CGContext::stroke_rect_with_width
Available on crate feature CGContext only.