Example #1
0
        // ###############################################################################
        // ### M E T H O D S
        // ###############################################################################

        #region Methods

        public static X11Graphic GetGraphic(IntPtr display, TInt screenNumber, X11Graphic.StockIcon stock)
        {
            if (Graphics == null)
            {
                Graphics = new GraphicList();
            }
            return(Graphics.Graphic(display, screenNumber, stock));
        }