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()
'Usage
Dim instance As DicomMaskRange
Dim value() As System.Integer
instance.MaskFrames = value
value = instance.MaskFrames
public System.int[] MaskFrames {get; set;}
public read-write property MaskFrames: System.array of Integer;
public function get,set MaskFrames : System.int[]
public: __property System.int[]* get_MaskFrames();
public: __property void set_MaskFrames(
System.int[][]* value
);
public:
property System.array<int>^ MaskFrames {
System.array<int>^ get();
void set ( System.array<int>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also