LayerElementGetDistanceToBorder Method |
Determins the distance of a
PointF to the border.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic double GetDistanceToBorder(
PointF pt
)
Public Function GetDistanceToBorder (
pt As PointF
) As Double
Parameters
- pt PointF
Return Value
DoubleDistance a double
See Also