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



In This Topic
    MaskFrames Property
    In This Topic
    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