Declaration

func drawLayer(_ layer: GSLayer, at layerOrigin: NSPoint, asActive active: Bool, attributes: [AnyHashable : Any]? = nil)

Declaration

- (void) drawLayer:(GSLayer *) layer atPoint:(NSPoint) layerOrigin asActive:(BOOL) active attributes:(NSDictionary *) attributes;

Declaration

drawLayer_atPoint_asActive_attributes_(layer: GSLayer, layerOrigin: NSPoint, active: bool, attributes: dict)