CCT.NUI.WPFSamples.PinCode.InterfacePainter.CreateNumberText C# (CSharp) Method

CreateNumberText() private method

private CreateNumberText ( string text, System.Windows.Media.Brush brush ) : void
text string
brush System.Windows.Media.Brush
return void
        private void CreateNumberText(string text, Brush brush)
        {
            this.number = new FormattedText(text, CultureInfo.CurrentCulture, FlowDirection.LeftToRight, this.typeFace, 22, brush);
        }