Skip to main content

UIGraphicsBeginImageContextWithOptions

Function UIGraphicsBeginImageContextWithOptions 

Source
pub extern "C-unwind" fn UIGraphicsBeginImageContextWithOptions(
    size: CGSize,
    opaque: bool,
    scale: CGFloat,
)
👎Deprecated:

Replace usage of UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer.

Available on crate features objc2-core-foundation and UIGraphics only.