Type Method
pasteOutlines(_:into:format:checkSelection:) pasteOutlines:intoLayer:format:checkSelection:error: pasteOutlines_intoLayer_format_checkSelection_error_
Declaration
class func pasteOutlines(_ data: Data, into layer: GSLayer, format: GSFormatVersion, checkSelection: Bool) throwsDeclaration
+ (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]