Instance Method
drawLayer(_:at:attributes:filled:) drawLayer:atPoint:attributes:filled: drawLayer_atPoint_attributes_filled_
Declaration
func drawLayer(_ layer: GSLayer, at layerOrigin: NSPoint, attributes: [AnyHashable : Any]? = nil, filled: Bool)Declaration
- (void) drawLayer:(GSLayer *) layer atPoint:(NSPoint) layerOrigin attributes:(NSDictionary *) attributes filled:(BOOL) filled;Declaration
drawLayer_atPoint_attributes_filled_(layer: GSLayer, layerOrigin: NSPoint, attributes: dict, filled: bool)