Sets the pattern phase of a context.
Original signature is 'void CGContextSetPatternPhase ( CGContextRef c, CGSize phase );'
Available in Mac OS X v10.2 and later.

Declaration Syntax
public static void SetPatternPhase(
IntPtr c,
CGSize phase
)
Public Shared Sub SetPatternPhase ( _
c As IntPtr, _
phase As CGSize _
)
public:
static void SetPatternPhase(
IntPtr c,
CGSize phase
)

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)