currentContextDrawingToScreen()
Returns a Boolean value that indicates whether the current context is drawing to the screen.
Declaration
class func currentContextDrawingToScreen() -> BoolReturn Value
true if the current context is drawing to the screen, otherwise false.
Discussion
This convenience method is equivalent to sending isDrawingToScreen to the result of current.