northwest
fun northwest(rectangle: Rectangle, result: Cartographic? = definedExternally): Cartographic(source)
Computes the northwest corner of a rectangle.
Return
The modified result parameter or a new Cartographic instance if none was provided.
Parameters
rectangle
The rectangle for which to find the corner
result
The object onto which to store the result.