Bitmap for UWP
Create メソッド (NumberSubstitution)

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > NumberSubstitution クラス : Create メソッド
A reference to a DirectWrite factory Factory
A value that specifies how to apply number substitution on digits and related punctuation.
The name of the locale to be used in the numberSubstitution object.
A Boolean flag that indicates whether to ignore user overrides.
Creates a number substitution object using a locale name, substitution method, and an indicator whether to ignore user overrides (use NLS defaults for the given culture instead).
シンタックス
'宣言
 
Public Shared Function Create( _
   ByVal factory As Factory, _
   ByVal substitutionMethod As NumberSubstitutionMethod, _
   ByVal localeName As System.String, _
   ByVal ignoreUserOverride As System.Boolean _
) As NumberSubstitution
public static NumberSubstitution Create( 
   Factory factory,
   NumberSubstitutionMethod substitutionMethod,
   System.string localeName,
   System.bool ignoreUserOverride
)

パラメータ

factory
A reference to a DirectWrite factory Factory
substitutionMethod
A value that specifies how to apply number substitution on digits and related punctuation.
localeName
The name of the locale to be used in the numberSubstitution object.
ignoreUserOverride
A Boolean flag that indicates whether to ignore user overrides.
参照

NumberSubstitution クラス
NumberSubstitution メンバ