MonobjcMonobjc Documented Class Library
ViewWithFrameFilter Method (frameRect, inFilter)
NamespacesMonobjc.QuartzIKFilterUIViewViewWithFrameFilter(NSRect, CIFilter)

Creates a view that contains controls for the input parameters of a filter.

Original signature is '+ (id)viewWithFrame:(NSRect)frameRect filter:(CIFilter *)inFilter'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id ViewWithFrameFilter(
	NSRect frameRect,
	CIFilter inFilter
)
Public Shared Function ViewWithFrameFilter ( _
	frameRect As NSRect, _
	inFilter As CIFilter _
) As Id
public:
static Id^ ViewWithFrameFilter(
	NSRect frameRect, 
	CIFilter^ inFilter
)
Parameters
frameRect (NSRect)
The rectangle that defines the area of the view.
inFilter (CIFilter)
A Core Image filter. The view retains the filter.
Return Value
An IKFilterUIView object that contains controls for the input parameters of the provided filter.
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.Quartz (Module: Monobjc.Quartz)