MonobjcMonobjc Documented Class Library
Subtraction Operator
NamespacesMonobjc.FoundationNSPointSubtraction(NSPoint, NSSize)
Implements the operator -.
Declaration Syntax
C#Visual BasicVisual C++
public static NSPoint operator -(
	NSPoint nsPoint,
	NSSize nsSize
)
Public Shared Operator - ( _
	nsPoint As NSPoint, _
	nsSize As NSSize _
) As NSPoint
public:
static NSPoint operator -(
	NSPoint nsPoint, 
	NSSize nsSize
)
Parameters
nsPoint (NSPoint)
The ns point.
nsSize (NSSize)
Size of the ns.
Return Value
The result of the operator.
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.Foundation (Module: Monobjc.Foundation)