Example #1
0
        public void DrawRect(int left, int right, int top, int bottom, UInt32 color)
        {
            var colorArray = ColorHelper.HexTo666ByteArray(color);

            DrawRect(left, right, top, bottom, colorArray);
        }