SmashBros.Models.ImageModel.DisposBoundBox C# (CSharp) Method

DisposBoundBox() private method

private DisposBoundBox ( ) : void
return void
        internal void DisposBoundBox()
        {
            if (BoundBox != null)
                BoundBox.Dispose();
        }