Type Method
processShapes(_:supporting:extraHandles:grid:didChange:error:) processShapes:supporting:extraHandles:grid:didChange:error: processShapes_supporting_extraHandles_grid_didChange_error_
Declaration
optional static func processShapes(_ shapes: [GSShape], supporting supportedFeatures: GSDrawStackFeature, extraHandles: NSMutableArray?, grid: GSGridSettings, didChange: UnsafeMutablePointer<ObjCBool>, error: NSErrorPointer) -> [Any]Declaration
+ (NSArray *) processShapes:(NSArray<GSShape *> *) shapes supporting:(GSDrawStackFeature) supportedFeatures extraHandles:(NSMutableArray *) extraHandles grid:(GSGridSettings) grid didChange:(BOOL *) didChange error:(NSError **) error;Declaration
processShapes_supporting_extraHandles_grid_didChange_error_(shapes: list[GSShape], supportedFeatures: GSDrawStackFeature, extraHandles: list, grid: GSGridSettings, didChange: bool) -> tuple[list, NSError]