Declaration

optional func line(to pt: NSPoint, connection: GSNode.Connection, selected: Bool, attributes: [AnyHashable : Any]! = [:])

Declaration

- (void) lineTo:(NSPoint) pt connection:(GSNodeConnection) connection selected:(BOOL) selected attributes:(NSDictionary *) attributes;

Declaration

lineTo_connection_selected_attributes_(pt: NSPoint, connection: GSNodeConnection, selected: bool, attributes: dict)