Skip to main content

CGContextClipToRect

Function CGContextClipToRect 

Source
pub extern "C-unwind" fn CGContextClipToRect(
    c: Option<&CGContext>,
    rect: CGRect,
)
👎Deprecated:

renamed to CGContext::clip_to_rect

Available on crate feature CGContext only.