Instance Method
draw(_:)drawPathString:error: drawPathString_error_
Declaration
func draw(_ pathString: String!) throwsDeclaration
- (BOOL) drawPathString:(NSString *) pathString error:(NSError **) error;Declaration
drawPathString_error_(pathString: str) -> tuple[bool, NSError]