Managed.D2DSharp.DirectWrite.CustomLayout.MyTextSource.OnSetBidiLevel C# (CSharp) Метод

OnSetBidiLevel() защищенный Метод

protected OnSetBidiLevel ( uint textPosition, uint textLength, byte explicitLevel, byte resolvedLevel ) : void
textPosition uint
textLength uint
explicitLevel byte
resolvedLevel byte
Результат void
        protected override void OnSetBidiLevel(uint textPosition, uint textLength, byte explicitLevel, byte resolvedLevel)
        {
            base.OnSetBidiLevel(textPosition, textLength, explicitLevel, resolvedLevel);
        }