ComponentOne Bitmap for UWP
DistanceSquared Method (Point2F)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure : DistanceSquared Method
Gets the square of the distance to the given point.
Syntax
'Declaration
 
Public Function DistanceSquared( _
   ByVal pt As Point2F _
) As System.Single
public System.float DistanceSquared( 
   Point2F pt
)

Parameters

pt
See Also

Reference

Point2F Structure
Point2F Members