ComponentOne Bitmap for WPF
Create Method (NumberSubstitution)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > NumberSubstitution Class : Create Method
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).
Syntax
'Declaration
 
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
)

Parameters

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.
See Also

Reference

NumberSubstitution Class
NumberSubstitution Members