# `NSBezierPath from(_:)`

*Type Method*

Converts a `CGPath` to an `NSBezierPath`.

## Declaration

```swift
static func from(_ cgPath: CGPath) -> NSBezierPath
```

