---
title: currentContextDrawingToScreen()
framework: appkit
role: symbol
role_heading: Type Method
path: appkit/nsgraphicscontext/currentcontextdrawingtoscreen()
---

# currentContextDrawingToScreen()

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

## Declaration

```swift
class func currentContextDrawingToScreen() -> Bool
```

## Return Value

Return Value true if the current context is drawing to the screen, otherwise false.

## Discussion

Discussion This convenience method is equivalent to sending isDrawingToScreen to the result of current.

## See Also

### Testing the Drawing Destination

- [isDrawingToScreen](appkit/nsgraphicscontext/isdrawingtoscreen.md)
