graphicsPort
The low-level, platform-specific graphics context represented by the graphic port.
Declaration
var graphicsPort: UnsafeMutableRawPointer { get }Discussion
In macOS, this is the Core Graphics context, a CGContext object (opaque type).
The low-level, platform-specific graphics context represented by the graphic port.
var graphicsPort: UnsafeMutableRawPointer { get }In macOS, this is the Core Graphics context, a CGContext object (opaque type).