Declaration

func convertToQuadratic() throws

Declaration

- (BOOL) convertToQuadraticWithError:(NSError **) error;

Declaration

convertToQuadraticWithError_() -> tuple[bool, NSError]

Parameters

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Discussion

The conversion uses convertToTrueTypeError() as its curve tolerance.

Return Value

YES if the method succeeded, otherwise NO.

Discussion

The conversion uses convertToTrueTypeErrorconvertToTrueTypeError as its curve tolerance.

See Also

Curve Conversion

See Also

Curve Conversion