Contents

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).

See Also

Managing the Current Context