Click or drag to resize

GeoCoordinateRectangleNormalize Method

This is preliminary documentation and is subject to change.

Normalizes the coordinates, ensuring the current coordinates meets the definition of "normalized spherical rectangle" as specified in IsNormalized.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public void Normalize()
Exceptions
ExceptionCondition
InvalidOperationExceptionIsNormalizable is false. That is, trying to normalize a non-normalizable rectangle.
See Also