ceoffes.Translate(-Convert.ToSingle(this.host.HostSize.Width) / 2, -Convert.ToSingle(this.host.HostSize.Height) / 2); //2 do scale, ratate and translate double ratox = this.host.HostSize.Width / (double)this.host.DicomImage.DicomImage.Width; double ratoy = this.host.HostSize.Height...