/// <summary> /// Method to set the <see cref="Envelope"/> /// </summary> private void SetEnvelope() { _worldFile = _worldFile ?? new WorldFile(1, 0, 0, -1, 0, _image.Height); _envelope = _worldFile.ToGroundBounds(_image.Width, _image.Height).EnvelopeInternal; }