MonobjcMonobjc Documented Class Library
ShapeWithRect Method (r)
NamespacesMonobjc.QuartzCoreCIFilterShapeShapeWithRect(CGRect)

Creates a filter shape object and initializes it with a rectangle.

Original signature is '+ (id)shapeWithRect:(CGRect)r'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIFilterShape ShapeWithRect(
	CGRect r
)
Public Shared Function ShapeWithRect ( _
	r As CGRect _
) As CIFilterShape
public:
static CIFilterShape^ ShapeWithRect(
	CGRect r
)
Parameters
r (CGRect)
A rectangle. The filter shape object will contain the smallest integral rectangle specified by this argument.
Return Value

[Missing <returns> documentation for "M:Monobjc.QuartzCore.CIFilterShape.ShapeWithRect(Monobjc.ApplicationServices.CGRect)"]

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)