PrintDocument for WinForms
Mirroring(String,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontShaping クラス : Mirroring(String,Boolean) メソッド
The text for mirroring.
The start right to left flag.
Gets mirroring right to left text.
シンタックス
'宣言
 
Public Shared Function Mirroring( _
   ByVal text As System.String, _
   ByVal rtl As System.Boolean _
) As System.String
'使用法
 
Dim text As System.String
Dim rtl As System.Boolean
Dim value As System.String
 
value = FontShaping.Mirroring(text, rtl)
public static System.string Mirroring( 
   System.string text,
   System.bool rtl
)

パラメータ

text
The text for mirroring.
rtl
The start right to left flag.

戻り値の型

The mirroring right to left text.
参照

FontShaping クラス
FontShaping メンバ