Contains an array of DicomMaskRange objects to be applied to this image.
See the DicomMaskRange object for more information on how this is used.
public DicomMaskRange[] MaskRanges {get; set;}
public:
property array<DicomMaskRange^>^ MaskRanges {
array<DicomMaskRange^>^ get();
void set ( array<DicomMaskRange^>^ value);
}
'Declaration
Public Property MaskRanges As DicomMaskRange()
'Usage
Dim instance As DicomImage
Dim value() As DicomMaskRange
instance.MaskRanges = value
value = instance.MaskRanges
Target Platforms: .NET CLR 4.0 or higher