Point.Length Property
Gets the length of the 2D vector the Point represents.
Thread safety: This property is thread-safe.
Syntax
public System.Double Length { get; }
Property Value
Type: System.Double
The length of the 2D vector the point represents.
The length of the 2D vector the point represents.
Remarks
This method ignores the z-coordinate.
Platforms
Windows, Linux, Android