MonobjcMonobjc Documented Class Library
CGPointEqualToPoint Method (point1, point2)
NamespacesMonobjc.ApplicationServicesCGPointCGPointEqualToPoint(CGPoint, CGPoint)
Indicates whether two points are equal.
Declaration Syntax
C#Visual BasicVisual C++
public static int CGPointEqualToPoint(
	CGPoint point1,
	CGPoint point2
)
Public Shared Function CGPointEqualToPoint ( _
	point1 As CGPoint, _
	point2 As CGPoint _
) As Integer
public:
static int CGPointEqualToPoint(
	CGPoint point1, 
	CGPoint point2
)
Parameters
point1 (CGPoint)
The first point to examine.
point2 (CGPoint)
The second point to examine.
Return Value
Returns 1 if the two specified points are the same; otherwise, 0.
Remarks
Original declaration is : int CGPointEqualToPoint ( CGPoint point1, CGPoint point2 );
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)