MonobjcMonobjc Documented Class Library
DrawImageAtPointFromRect Method (im, p, src)
NamespacesMonobjc.QuartzCoreCIContextDrawImageAtPointFromRect(CIImage, CGPoint, CGRect)

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
C#Visual BasicVisual C++
public virtual void DrawImageAtPointFromRect(
	CIImage im,
	CGPoint p,
	CGRect src
)
Public Overridable Sub DrawImageAtPointFromRect ( _
	im As CIImage, _
	p As CGPoint, _
	src As CGRect _
)
public:
virtual void DrawImageAtPointFromRect(
	CIImage^ im, 
	CGPoint p, 
	CGRect src
)
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)