ChangeRequestContextCompareLocations Method

Returns in the following cases:
  • maxLocation is located below minLocation.
  • maxLocation is located to the right of minLocation on the same horizontal line.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected bool CompareLocations(
	Point minLocation,
	Point maxLocation
)

Parameters

minLocation  Point
First location to compare.
maxLocation  Point
Second location to compare.

Return Value

Boolean
Result of comparison.

See Also