MonobjcMonobjc Documented Class Library
ImageByCroppingToRect Method (r)
NamespacesMonobjc.QuartzCoreCIImageImageByCroppingToRect(CGRect)

Returns a new image that represents the original image after cropping to a rectangle.

Original signature is '- (CIImage *)imageByCroppingToRect:(CGRect)r'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIImage ImageByCroppingToRect(
	CGRect r
)
Public Overridable Function ImageByCroppingToRect ( _
	r As CGRect _
) As CIImage
public:
virtual CIImage^ ImageByCroppingToRect(
	CGRect r
)
Parameters
r (CGRect)
MISSING
Return Value
An image object cropped to the specified rectangle.
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)