MonobjcMonobjc Documented Class Library
SetShadowWithColor Method (context, offset, blur, color)
NamespacesMonobjc.ApplicationServicesCGContextSetShadowWithColor(IntPtr, CGSize, CGFloat, IntPtr)

Enables shadowing with color a graphics context.

Original signature is 'void CGContextSetShadowWithColor ( CGContextRef context, CGSize offset, CGFloat blur, CGColorRef color );'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetShadowWithColor(
	IntPtr context,
	CGSize offset,
	CGFloat blur,
	IntPtr color
)
Public Shared Sub SetShadowWithColor ( _
	context As IntPtr, _
	offset As CGSize, _
	blur As CGFloat, _
	color As IntPtr _
)
public:
static void SetShadowWithColor(
	IntPtr context, 
	CGSize offset, 
	CGFloat blur, 
	IntPtr color
)
Parameters
context (IntPtr)
MISSING
offset (CGSize)
MISSING
blur (CGFloat)
MISSING
color (IntPtr)
MISSING
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)