Point.operator != (Point,Point)

Point '!=' Operator


Definition

public static bool operator != ( Point point1, Point point2 );

Parameters

point1System.Drawing.Point. The first Point object.
point2System.Drawing.Point. The second Point object.

Return Value

System.Boolean.

© 2004-2005 GlobFX Technologies. All rights reserved.