UIGraphicsBeginImageContextWithOptions

Function UIGraphicsBeginImageContextWithOptions 

Source
pub unsafe extern "C-unwind" fn UIGraphicsBeginImageContextWithOptions(
    size: CGSize,
    opaque: bool,
    scale: CGFloat,
)
👎Deprecated: Replace usage of UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer.
Available on crate features UIGraphics and objc2-core-foundation only.