RibbonMenuButtonAutomationPeer.ITransformProvider.Rotate Method
This API is not implemented.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private Sub Rotate ( _
degrees As Double _
) Implements ITransformProvider.Rotate
void ITransformProvider.Rotate(
double degrees
)
private:
virtual void Rotate(
double degrees
) sealed = ITransformProvider::Rotate
private abstract Rotate :
degrees:float -> unit
private override Rotate :
degrees:float -> unit
JScript does not support explicit interface implementations.
Parameters
- degrees
Type: System.Double
This API is not implemented.
Implements
ITransformProvider.Rotate(Double)
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | In all cases. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.