protected override byte[] CreateNormalizedPixelData()
 {
     using (VolumeSlicer slicer = new VolumeSlicer(this.Parent._volumeReference, this.Parent.SlicerParams, this.Parent.SeriesInstanceUid))
     {
         return(slicer.CreateSliceNormalizedPixelData(this.ThroughPoint));
     }
 }