SetSimpleMasking(Int32,MaskMode) Method
Sets the frame number of the mask frame for subtraction.
'Declaration
Public Overloads Sub SetSimpleMasking( _
ByVal As Integer, _
ByVal As MaskMode _
)
'Usage
Dim instance As DicomImage
Dim Frame As Integer
Dim mode As MaskMode
instance.SetSimpleMasking(Frame, mode)
Parameters
- Frame
Frame number of the frame for subtraction
- mode
-
The subtraction mode to use
Target Platforms: .NET CLR 4.0 or higher