public GraphicalPlacement[] CutOff( GraphicalPlacement oPlacement, PointD oPoint )
public: array<GraphicalPlacement^>^ CutOff( GraphicalPlacement^ oPlacement, PointD oPoint )
Parameters
| Parameter Name | Description |
|---|---|
| oPlacement | Object to cut. Page with object needs to be the currently opened page in graphical editor. |
| oPoint | Point of object to cut off. |
Return Value
Modified graphical objects, empty array if it was last object, NULL if nothing was removed.