Splits the line into a part left of the clipper line, and a part right of it.
object.Cut ( pClipper ) |
- pClipper
- Required. A variable declared as a Line object.
Array
The clipper line must have exactly two points. The Array returned by the Cut method contains two elements. The first element is the line to left of the clipper line and the second element is the line to the right of the clipper line.