public GraphicalPlacement[] CutOff( GraphicalPlacement oPlacement, PointD oPoint )
public: array<GraphicalPlacement^>^ CutOff( GraphicalPlacement^ oPlacement, PointD oPoint )
Parameters
- 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.