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.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected bool CompareLocations(
Point minLocation,
Point maxLocation
)
Protected Function CompareLocations (
minLocation As Point,
maxLocation As Point
) As Boolean
protected:
bool CompareLocations(
Point minLocation,
Point maxLocation
)
member CompareLocations :
minLocation : Point *
maxLocation : Point -> bool
- minLocation Point
- First location to compare.
- maxLocation Point
- Second location to compare.
BooleanResult of comparison.