In This Topic
Specifies the offset to be subtracted from the current frame number in order to locate the mask
frame in TID mode
Syntax
'Declaration
Public Property TIDOffset As System.Integer
'Usage
Dim instance As DicomMaskRange
Dim value As System.Integer
instance.TIDOffset = value
value = instance.TIDOffset
public System.int TIDOffset {get; set;}
public read-write property TIDOffset: System.Integer;
public function get,set TIDOffset : System.int
public: __property System.int get_TIDOffset();
public: __property void set_TIDOffset(
System.int value
);
public:
property System.int TIDOffset {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also