Adds a sequence of connected straight-line segments to the current path.
Original signature is 'void CGContextAddLines ( CGContextRef c, const CGPoint points[], size_t count );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void AddLines( IntPtr c, IntPtr points, NSUInteger count )
Public Shared Sub AddLines ( _ c As IntPtr, _ points As IntPtr, _ count As NSUInteger _ )
public: static void AddLines( IntPtr c, IntPtr points, NSUInteger count )


- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)