Search
PointI.ManhDistance Method
See Also
 






Returns the Manhattan distance between this point and the specified point.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public int ManhDistance (
    PointI p
)

Visual Basic  Copy Code

Public Function ManhDistance( _
    p As PointI _
) As Integer

 Parameters

p

 Return Value

 See Also