コード例 #1
0
 /// <summary>
 /// Rotate the element the specified number of degrees.
 /// </summary>
 /// <param name="degrees">The requested degrees to rotate the element.  A positive number rotates clockwise
 /// a negative number rotates counter clockwise</param>
 /// <outside_see conditional="false">
 /// This API does not work inside the secure execution environment.
 /// <exception cref="System.Security.Permissions.SecurityPermission"/>
 /// </outside_see>
 public void Rotate(double degrees)
 {
     UiaCoreApi.TransformPattern_Rotate(_hPattern, degrees);
 }