I saw in https://www.b4x.com/android/forum/threads/xui-modify-b4xpath-points.92397/ where @Erel said
If not then consider this a [WISH] request
to modifying a path, but is there any way to just get a list of the point pairs in a B4XPath variable? Something such as:Currently no.
B4X:
Dim pdPoints(,) As Double = MyB4xPath.ToArray()
' or something like?
Dim pdPoints(,) As Double = XUI.PathToArray(MyB4xPath)
If not then consider this a [WISH] request