Click or drag to resize

ContentUndoHelper Constructor

Overload List
  NameDescription
Public methodContentUndoHelper(RhinoDoc)
Constructs a ContentUndoHelper object inside a using block to handle undo when modifying a RenderContent or - alternatively - create the ContentUndoHelper and explicitly call Dispose when you are done.
Public methodContentUndoHelper(RhinoDoc, String) Obsolete.
DEPRECATED: Constructs a ContentUndoHelper object inside a using block to handle undo when modifying a RenderContent or - alternatively - create the ContentUndoHelper and explicitly call Dispose when you are done.
Top
See Also