PointF

Properties

Name
Type
Access
Min Version
Description
x
number
W
25.0
Get/Set the x value of a point
y
number
W
25.0
Get/Set the y value of a point

Instance Methods

distanceTo

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>

number

Get the distance from one point to another point

Parameters

Name
Type
Description
point
PointF
-