Skip to main content

CGContextDrawLayerInRect

Function CGContextDrawLayerInRect 

Source
pub extern "C-unwind" fn CGContextDrawLayerInRect(
    context: Option<&CGContext>,
    rect: CGRect,
    layer: Option<&CGLayer>,
)
👎Deprecated:

renamed to CGContext::draw_layer_in_rect

Available on crate features CGContext and CGLayer only.