MonobjcMonobjc Documented Class Library
CompositeToPointOperation Method (aPoint, op)
NamespacesMonobjc.AppKitNSImageCompositeToPointOperation(NSPoint, NSCompositingOperation)

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

Original signature is '- (void)compositeToPoint:(NSPoint)aPoint 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 CompositeToPointOperation(
	NSPoint aPoint,
	NSCompositingOperation op
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.6.")> _
Public Overridable Sub CompositeToPointOperation ( _
	aPoint As NSPoint, _
	op As NSCompositingOperation _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6.")]
public:
virtual void CompositeToPointOperation(
	NSPoint aPoint, 
	NSCompositingOperation op
)
Parameters
aPoint (NSPoint)
The point at which to draw the image, specified in the current 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)