'Declaration Public Property MaskRanges As DicomMaskRange()
'Usage Dim instance As DicomImage Dim value() As DicomMaskRange instance.MaskRanges = value value = instance.MaskRanges
public DicomMaskRange[] MaskRanges {get; set;}
Contains an array of DicomMaskRange objects to be applied to this image.
See the DicomMaskRange object for more information on how this is used.
'Declaration Public Property MaskRanges As DicomMaskRange()
'Usage Dim instance As DicomImage Dim value() As DicomMaskRange instance.MaskRanges = value value = instance.MaskRanges
public DicomMaskRange[] MaskRanges {get; set;}