Contents

isFlipped

A Boolean value that indicates the graphics context’s flipped state.

Declaration

var isFlipped: Bool { get }

Discussion

The state is determined by sending flipped to the receiver’s view that has focus. If no view has focus, returns false unless the receiver is instantiated using init(cgContext:flipped:) specifying true as the flipped parameter.

See Also

Related Documentation

Getting Information About the Context