MonobjcMonobjc Documented Class Library
CIFilterShape Constructor (r)
NamespacesMonobjc.QuartzCoreCIFilterShapeCIFilterShape(CGRect)

Initializes a filter shape object with a rectangle.

Original signature is '- (id)initWithRect:(CGRect)r'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public CIFilterShape(
	CGRect r
)
Public Sub New ( _
	r As CGRect _
)
public:
CIFilterShape(
	CGRect r
)
Parameters
r (CGRect)
A rectangle. Core Image uses the rectangle specified by integer parts of the values in the CGRect data structure.
Return Value
An initialized CIFilterShape object, or nil if the method fails.
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)