# `GSPenProtocol quartTo:off1:off2:off3:connection:selected:attributes:`

*Instance Method*

## Declaration

```swift
optional func quart(to pt: NSPoint, off1: NSPoint, off2: NSPoint, off3: NSPoint, connection: GSNode.Connection, selected: Bool, attributes: [AnyHashable : Any]! = [:])
```

```objc
- (void) quartTo:(NSPoint) pt off1:(NSPoint) off1 off2:(NSPoint) off2 off3:(NSPoint) off3 connection:(GSNodeConnection) connection selected:(BOOL) selected attributes:(NSDictionary *) attributes;
```

```python
quartTo_off1_off2_off3_connection_selected_attributes_(pt: NSPoint, off1: NSPoint, off2: NSPoint, off3: NSPoint, connection: GSNodeConnection, selected: bool, attributes: dict)
```

