MoveOrigin Methods |
The MoveOrigin type exposes the following members.
| Name | Description | |
|---|---|---|
| MoveOriginBy |
Transform the origin of the visual by the transform matrix
| |
| MoveOriginCenter |
Transform the origin of the visual so it is centered in the visual's bounding box, optionally iterating over children.
| |
| MoveOriginTo(Visual, Matrix) |
Transform the origin of the visual so it becomes the matrix relative to the visuals parent
| |
| MoveOriginTo(Visual, Vector3) |
Transform the origin of the visual so it's position is the one provided relative to the visuals parent.
The rotation will not be modified
|