I draw a line using CGContextAddLineToPoint in my application. Now I want to remove the row from the given points. How can I do this, I use strokes for the drawing line
You can delete,
Given two points, draw a line with the same attributes (lineWidth, etc.) by setting CGContextSetBlendMode(context, kCGBlendModeClear) .
CGContextSetBlendMode(context, kCGBlendModeClear)
Source: https://habr.com/ru/post/1501456/More articles:Doctrine createQueryBuilder is somewhat conditional, where the instructions are a bit awkward - phpHow can I erase the line between two CGpoints? - iosStore __m256 vector sum without AVX-SSE transfer penalty? - avxDoes it emit copies of its arguments? - qtto allow port when launching application to play - scalaLeft / right keyboard event in jqPlot - eventsProgrammatically set marker on plot - jqueryCustom highlighting for jqPlot bar graph - javascriptIn gnuplot, with no "set datafile", how to ignore "nan" and "-nan"? - nanHow to find out an automatic renewable product Updated in sandbox mode - iosAll Articles