MonobjcMonobjc Documented Class Library
UnionWith Method (s2)
NamespacesMonobjc.QuartzCoreCIFilterShapeUnionWith(CIFilterShape)

Creates a filter shape that results from the union of the current filter shape and another filter shape object.

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

Available in 4 and later.

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