MonobjcMonobjc Documented Class Library
Substract Method (nsPoint1, nsPoint2)
NamespacesMonobjc.FoundationNSPointSubstract(NSPoint, NSPoint)
Computes the size between the two points. The values are always positives.
Declaration Syntax
C#Visual BasicVisual C++
public static NSSize Substract(
	NSPoint nsPoint1,
	NSPoint nsPoint2
)
Public Shared Function Substract ( _
	nsPoint1 As NSPoint, _
	nsPoint2 As NSPoint _
) As NSSize
public:
static NSSize Substract(
	NSPoint nsPoint1, 
	NSPoint nsPoint2
)
Parameters
nsPoint1 (NSPoint)
The point 1.
nsPoint2 (NSPoint)
The point 2.
Return Value
A NSSize instance that contains the size between the two points.
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)