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



In This Topic
    NumberOfContrastFrames Property
    In This Topic
    Specifies the number of contrast frames to average together before performing the mask operation
    Syntax
    'Declaration
     
    
    Public Property NumberOfContrastFrames As Integer
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As Integer
     
    instance.NumberOfContrastFrames = value
     
    value = instance.NumberOfContrastFrames
    public int NumberOfContrastFrames {get; set;}
    public:
    property int NumberOfContrastFrames {
       int get();
       void set (    int value);
    }
    Remarks
    If not set, no averaging is performed.
    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