leHiConvertPolygonToPath
leHiConvertPolygonToPath(
[ w_windowId ]
)
=> t / nil
Description
Converts a selected polygon in the specified window to a path if a uniform width path can be inferred. If w_windowId is not specified, the current window is used.
Arguments
|
ID of the window in which polygon needs to be converted to a path. |
Values Returned
|
Returned when the selected polygon has been converted to a path. |
|
|
Returned when the selected polygon has not been converted to a path. |
Examples
Converts the selected polygon to path in the current window.
leHiConvertPolygonToPath()
Related Topics
Return to top