DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomMaskRange Class / MaskFrames Property



In This Topic
    MaskFrames Property
    In This Topic
    This list of frames to use as the mask. Not used if Mode is DicomObjects.Enums.MaskMode.TimeDifference, in which case see TIDOffset instead.
    Syntax
    'Declaration
     
    
    Public Property MaskFrames As Integer()
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value() As Integer
     
    instance.MaskFrames = value
     
    value = instance.MaskFrames
    public int[] MaskFrames {get; set;}
    public:
    property array<int>^ MaskFrames {
       array<int>^ get();
       void set (    array<int>^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also