LayoutFarm.RenderElement.DirectSetRootGraphics C# (CSharp) Метод

DirectSetRootGraphics() защищенный статический Метод

protected static DirectSetRootGraphics ( RenderElement r, RootGraphic rootgfx ) : void
r RenderElement
rootgfx RootGraphic
Результат void
        protected static void DirectSetRootGraphics(RenderElement r, RootGraphic rootgfx)
        {
            r.rootGfx = rootgfx;
        }
        public RootGraphic Root