SetBlendModeToNormal() public method

public SetBlendModeToNormal ( ) : void
return void
        private void InitializeDrawEngine2d()
        {
            DrawEngine2d = new DrawEngine2d(Mgr.GraphicsContext);

            DrawEngine2d.SetBlendModeToNormal();
        }