MonobjcMonobjc Documented Class Library
IntersectWith Method (s2)
NamespacesMonobjc.QuartzCoreCIFilterShapeIntersectWith(CIFilterShape)

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

Original signature is '- (CIFilterShape *)intersectWith:(CIFilterShape *)s2'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIFilterShape IntersectWith(
	CIFilterShape s2
)
Public Overridable Function IntersectWith ( _
	s2 As CIFilterShape _
) As CIFilterShape
public:
virtual CIFilterShape^ IntersectWith(
	CIFilterShape^ s2
)
Parameters
s2 (CIFilterShape)
A filter shape object.
Return Value
The filter shape object 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)