init(cgContext:flipped:)
Creates a new graphics context from the specified Core Graphics context and the initial flipped state.
Declaration
init(cgContext graphicsPort: CGContext, flipped initialFlippedState: Bool)Parameters
Return Value
The created NSGraphicsContext object, or nil if the object could not be created.