HaloMap.Map.BitmapLibraryLayout.BitmapLibraryLayout C# (CSharp) Method

BitmapLibraryLayout() public method

Initializes a new instance of the BitmapLibraryLayout class.
public BitmapLibraryLayout ( Map map ) : System.IO
map Map The map.
return System.IO
        public BitmapLibraryLayout(Map map)
        {
            switch (map.HaloVersion)
            {
                case HaloVersionEnum.HaloCE:

                    // try
                    // {
                    HaloCEBitmapLibraryLayout(ref map.BR);

                    // }
                    // catch
                    // {
                    // error = true;
                    // }
                    break;
            }
        }