MonobjcMonobjc Documented Class Library
DrawImageInRectFromRect Method (im, dest, src)
NamespacesMonobjc.QuartzCoreCIContextDrawImageInRectFromRect(CIImage, CGRect, CGRect)

Renders a region of an image to a rectangle in the context destination.

Original signature is '- (void)drawImage:(CIImage *)im inRect:(CGRect)dest fromRect:(CGRect)src'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawImageInRectFromRect(
	CIImage im,
	CGRect dest,
	CGRect src
)
Public Overridable Sub DrawImageInRectFromRect ( _
	im As CIImage, _
	dest As CGRect, _
	src As CGRect _
)
public:
virtual void DrawImageInRectFromRect(
	CIImage^ im, 
	CGRect dest, 
	CGRect src
)
Parameters
im (CIImage)
A CIImage object.
dest (CGRect)
The rectangle in the context destination to draw into.
src (CGRect)
The subregion of the image that you want to draw into the context, with the origin and target size defined by the dest parameter.
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)