Click or drag to resize

MoveEdit Methods

The MoveEdit type exposes the following members.

Methods
  NameDescription
Public methodFindVisuals
Find all visuals in the scene which match an id in the Ids property."/>
(Inherited from DocumentVisualsEdit.)
Protected methodMatrixToString
Creates a string representation of the matrix transformation for display purposes.
(Inherited from MatrixEdit.)
Public methodRedo
Redoes the move operation, moving the selected visuals.
(Overrides MatrixEditRedo.)
Public methodSetVisuals
Set the list of affected visuals.
(Inherited from DocumentVisualsEdit.)
Public methodToString
String representation which describes the visuals that were moved.
(Overrides MatrixEditToString.)
Public methodUndo
Undoes the move operation by moving the visual back to its original position and reconnecting all the connections that were deleted during the move.
(Overrides MatrixEditUndo.)
Protected methodVisualsToString
Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit.)
Top
See Also