Example #1
0
 /// <summary>Determines whether the code point has the Bidi_Mirrored property. </summary>
 public static bool IsMirrored(int characterCode)
 {
     return(NativeMethods.u_isMirrored(characterCode));
 }