Function
writeTransform(_:_:_:) writeTransformwriteTransform
Declaration
func writeTransform(_ file: UnsafeMutablePointer<FILE>, _ ts: NSAffineTransformStruct, _ compact: Bool) -> BoolDeclaration
BOOL writeTransform(FILE *file, NSAffineTransformStruct ts, BOOL compact);Declaration
writeTransform(file: FILE, ts: NSAffineTransformStruct, compact: bool) -> bool