Declaration

func element(at aPoint: NSPoint, at layer: GSLayer, ignoreLocked: Bool) -> (any GSSelectableElementProtocol)?

Declaration

- (GSSelectableElement *) elementAtPoint:(NSPoint) aPoint atLayer:(GSLayer *) layer ignoreLocked:(BOOL) ignoreLocked;

Declaration

elementAtPoint_atLayer_ignoreLocked_(aPoint: NSPoint, layer: GSLayer, ignoreLocked: bool) -> GSSelectableElement