MonobjcMonobjc Documented Class Library
CompositeToPointFromRectOperation Method (aPoint, srcRect, op)
NamespacesMonobjc.AppKitNSImageCompositeToPointFromRectOperation(NSPoint, NSRect, NSCompositingOperation)

Composites a portion of the image to the specified point in the current coordinate system. (Deprecated in Mac OS X v10.6.)

Original signature is '- (void)compositeToPoint:(NSPoint)aPoint fromRect:(NSRect)srcRect operation:(NSCompositingOperation)op'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6.")]
public virtual void CompositeToPointFromRectOperation(
	NSPoint aPoint,
	NSRect srcRect,
	NSCompositingOperation op
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.6.")> _
Public Overridable Sub CompositeToPointFromRectOperation ( _
	aPoint As NSPoint, _
	srcRect As NSRect, _
	op As NSCompositingOperation _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6.")]
public:
virtual void CompositeToPointFromRectOperation(
	NSPoint aPoint, 
	NSRect srcRect, 
	NSCompositingOperation op
)
Parameters
aPoint (NSPoint)
The point at which to draw the image, specified in the current coordinate system.
srcRect (NSRect)
The portion of the image you want to draw, specified in the image's coordinate system.
op (NSCompositingOperation)
The compositing operation to use when drawing the image to the screen. The supported compositing operations are described in “Constants.”
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)