Declaration

class func pasteOutlines(_ data: Data, into layer: GSLayer, format: GSFormatVersion, checkSelection: Bool) throws

Declaration

+ (BOOL) pasteOutlines:(NSData *) data intoLayer:(GSLayer *) layer format:(GSFormatVersion) format checkSelection:(BOOL) checkSelection error:(NSError **) error;

Declaration

pasteOutlines_intoLayer_format_checkSelection_error_(data: bytes, layer: GSLayer, format: GSFormatVersion, checkSelection: bool) -> tuple[bool, NSError]