MonobjcMonobjc Documented Class Library
IntersectWithRect Method (r)
NamespacesMonobjc.QuartzCoreCIFilterShapeIntersectWithRect(CGRect)

Creates a filter shape that represents the intersection of the current filter shape and a rectangle.

Original signature is '- (CIFilterShape *)intersectWithRect:(CGRect)r'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIFilterShape IntersectWithRect(
	CGRect r
)
Public Overridable Function IntersectWithRect ( _
	r As CGRect _
) As CIFilterShape
public:
virtual CIFilterShape^ IntersectWithRect(
	CGRect r
)
Parameters
r (CGRect)
MISSING
Return Value
The filter shape that results from the intersection
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)