|
Britbot
|
Subtracts a location from the location calling this method.
Definition at line 143 of file Extentions.cs. {
return new Location(loc1.Row - loc2.Row, loc2.Col - loc2.Col);
}
|
1.7.6.1