SetSimpleMasking(Int32,MaskMode) Method
In This Topic
Sets the frame number of the mask frame for subtraction.
Syntax
'Declaration
Public Overloads Sub SetSimpleMasking( _
ByVal As System.Integer, _
ByVal As MaskMode _
)
'Usage
Dim instance As DicomImage
Dim Frame As System.Integer
Dim mode As MaskMode
instance.SetSimpleMasking(Frame, mode)
public void SetSimpleMasking(
System.int ,
MaskMode
)
public procedure SetSimpleMasking(
: System.Integer;
: MaskMode
);
public function SetSimpleMasking(
: System.int,
: MaskMode
);
public: void SetSimpleMasking(
System.int ,
MaskMode
)
public:
void SetSimpleMasking(
System.int ,
MaskMode
)
Parameters
- Frame
Frame number of the frame for subtraction
- mode
-
The subtraction mode to use
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also