RotateCommandBase
Class
Represents rotate command base.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public abstract class RotateCommandBase : FixedDocumentViewerCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseRotateCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RotateCommandBase class.
C#
public RotateCommandBase(FixedDocumentViewerBase viewer)
The viewer.
Methods
Gets the rotated angle.
C#
protected RotationAngle GetRotatedAngle(RotationAngle angle)
The angle.
Returns:Registers the rotation.
C#
protected void RegisterRotation(RotationAngle initialAngle, RotationAngle rotatedAngle)
The initial angle.
rotatedAngleRotationAngleThe rotated angle.
Sets the rotation angle.