MonobjcMonobjc Documented Class Library
Subtraction Operator
NamespacesMonobjc.ApplicationServicesCGPointSubtraction(CGPoint, CGPoint)
Implements the operator -.
Declaration Syntax
C#Visual BasicVisual C++
public static CGSize operator -(
	CGPoint cgPoint1,
	CGPoint cgPoint2
)
Public Shared Operator - ( _
	cgPoint1 As CGPoint, _
	cgPoint2 As CGPoint _
) As CGSize
public:
static CGSize operator -(
	CGPoint cgPoint1, 
	CGPoint cgPoint2
)
Parameters
cgPoint1 (CGPoint)
The point 1.
cgPoint2 (CGPoint)
The point 2.
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)