CGContextSetShadow

Function CGContextSetShadow 

Source
pub extern "C-unwind" fn CGContextSetShadow(
    c: Option<&CGContext>,
    offset: CGSize,
    blur: CGFloat,
)
👎Deprecated: renamed to CGContext::set_shadow
Available on crate feature CGContext only.