DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomMaskRange Class / ApplicableFrames Property

In This Topic
    ApplicableFrames Property
    In This Topic
    Specifies the frame ranges where mask operation is valid
    Syntax
    'Declaration
     
    
    Public Property ApplicableFrames As System.Integer()
    public System.int[] ApplicableFrames {get; set;}
    Remarks
    The list of frames to which this MaskRange applies. Frames in a Multi-frame Images are specified by sequentially increasing number values beginning with 1.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also