MonobjcMonobjc Documented Class Library
TransformByInterior Method (m, flag)
NamespacesMonobjc.QuartzCoreCIFilterShapeTransformByInterior(CGAffineTransform, Boolean)

Creates a filter shape that results from applying a transform to the current filter shape.

Original signature is '- (CIFilterShape *)transformBy:(CGAffineTransform)m interior:(BOOL)flag'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIFilterShape TransformByInterior(
	CGAffineTransform m,
	bool flag
)
Public Overridable Function TransformByInterior ( _
	m As CGAffineTransform, _
	flag As Boolean _
) As CIFilterShape
public:
virtual CIFilterShape^ TransformByInterior(
	CGAffineTransform m, 
	bool flag
)
Parameters
m (CGAffineTransform)
A transform.
flag (Boolean)
NO specifies that the new filter shape object can contain all the pixels in the transformed shape (and possibly some that are outside the transformed shape). YES specifies that the new filter shape object can contain a subset of the pixels in the transformed shape (but none of those outside the transformed shape).
Return Value
The transformed filter shape object.
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)