Click or drag to resize

RotateCommand Constructor

Overload List
  NameDescription
Public methodRotateCommand
Creates a new instance of RotateCommand.
Public methodRotateCommand(Double)
Creates a new instance of RotateCommand specifying the angle.
Public methodRotateCommand(Double, InterpolationMode)
Creates a new instance of RotateCommand specifying angle, and interpolation.
Public methodRotateCommand(Double, Color)
Creates a new instance of RotateCommand specifying angle and backgroundColor.
Protected methodRotateCommand(SerializationInfo, StreamingContext)
Creates a new instance of RotateCommand from serialization information
Public methodRotateCommand(Double, InterpolationMode, Color)
Creates a new instance of RotateCommand specifying angle, interpolation, and backgroundColor.
Top
See Also