DicomObjects.NET.8.48 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 System.Integer()
    public System.int[] MaskFrames {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also