func NSUIGraphicsBeginImageContextWithOptions()

in Source/Charts/Utils/Platform+Graphics.swift [66:69]


func NSUIGraphicsBeginImageContextWithOptions(_ size: CGSize, _ opaque: Bool, _ scale: CGFloat)
{
    UIGraphicsBeginImageContextWithOptions(size, opaque, scale)
}