leHiConvertShapeToPathSeg
leHiConvertShapeToPathSeg(
[ w_windowId ]
)
=> t / nil
Description
Converts a selected polygon, rectangle, or path in the specified window to a pathSeg, 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 the polygon, rectangle, or path needs to be converted to a pathSeg. |
Values Returned
|
Returned when the selected polygon, rectangle, or path has been converted to a pathSeg. |
|
|
Returned when the selected polygon, rectangle, or path has not been converted to a pathSeg. |
Examples
Converts the selected polygon, rectangle, or path to pathSeg in the current window.
leHiConvertShapeToPathSeg()
Return to top