Instance Method
readFile(_:to:bounds:) readFile:toLayer:bounds:error: readFile_toLayer_bounds_error_
Declaration
func readFile(_ URL: URL, to layer: GSLayer, bounds outBounds: UnsafeMutablePointer<NSRect>?) throwsDeclaration
- (BOOL) readFile:(NSURL *) URL toLayer:(GSLayer *) layer bounds:(NSRect *) outBounds error:(NSError **) error;Declaration
readFile_toLayer_bounds_error_(URL: NSURL, layer: GSLayer, outBounds: NSRect) -> tuple[bool, NSError]