DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SetSimpleMasking Method / SetSimpleMasking(Int32,MaskMode) Method

Frame number of the frame for subtraction

The subtraction mode to use






In This Topic
    SetSimpleMasking(Int32,MaskMode) Method
    In This Topic
    Sets the frame number of the mask frame for subtraction.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetSimpleMasking( _
       ByVal Frame As System.Integer, _
       ByVal mode 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 Frame,
       MaskMode mode
    )
    public procedure SetSimpleMasking( 
        Frame: System.Integer;
        mode: MaskMode
    ); 
    public function SetSimpleMasking( 
       Frame : System.int,
       mode : MaskMode
    );
    public: void SetSimpleMasking( 
       System.int Frame,
       MaskMode mode
    ) 
    public:
    void SetSimpleMasking( 
       System.int Frame,
       MaskMode mode
    ) 

    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