Sets the pattern for dashed lines in a graphics context.
Original signature is 'void CGContextSetLineDash ( CGContextRef c, CGFloat phase, const CGFloat lengths[], size_t count );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void SetLineDash( IntPtr c, CGFloat phase, IntPtr lengths, NSUInteger count )
Public Shared Sub SetLineDash ( _ c As IntPtr, _ phase As CGFloat, _ lengths As IntPtr, _ count As NSUInteger _ )
public: static void SetLineDash( IntPtr c, CGFloat phase, IntPtr lengths, 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)