Click or drag to resize

MatrixEdit Methods

The MatrixEdit type exposes the following members.

Methods
  NameDescription
Protected methodStatic memberCopyMatrices
Creates a copy of the matrix list.
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.
Public methodRedo
Executed when redo is called on this edit from the UndoManager
(Overrides DocumentEditRedo.)
Public methodSetVisuals
Set the list of affected visuals.
(Inherited from DocumentVisualsEdit.)
Public methodToString
Returns a string representation of this matrix edit.
(Overrides ObjectToString.)
Public methodUndo
Executed when undo is called on this edit from the UndoManager
(Overrides DocumentEditUndo.)
Protected methodVisualsToString
Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit.)
Top
See Also