public Bundle Copy()
        {
            Bundle toReturn = new Bundle();

            toReturn.style           = style.Copy();
            toReturn.targetTransform = targetTransform;
            toReturn.targetPoint     = targetPoint;

            return(toReturn);
        }