MonobjcMonobjc Documented Class Library
InitWithRect Method (r)
NamespacesMonobjc.QuartzCoreCIFilterShapeInitWithRect(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 virtual Id InitWithRect(
	CGRect r
)
Public Overridable Function InitWithRect ( _
	r As CGRect _
) As Id
public:
virtual Id^ InitWithRect(
	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)