Splits the polygon 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 polygon to left of the clipper line and the second element is the polygon to the right of the clipper line.