Contents

currentContextDrawingToScreen()

Returns a Boolean value that indicates whether the current context is drawing to the screen.

Declaration

class func currentContextDrawingToScreen() -> Bool

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

See Also

Testing the Drawing Destination