Renders a region of an image to a point in the context destination.
Original signature is '- (void)drawImage:(CIImage *)im atPoint:(CGPoint)p fromRect:(CGRect)src'
Available in 4 and later.

Declaration Syntax
Public Overridable Sub DrawImageAtPointFromRect ( _
im As CIImage, _
p As CGPoint, _
src As CGRect _
)

Parameters
- im (CIImage)
- A CIImage object.
- p (CGPoint)
- The point in the context destination to draw to.
- src (CGRect)
- The region of the image to draw.

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)