DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / Clip Method / Clip(DicomLabel,Rectangle) Method
The label defining the clip area.
The display area size. Using SKRect will enable image crop for mutiple viewer cells

In This Topic
    Clip(DicomLabel,Rectangle) Method
    In This Topic
    Applies clipping planes based on a label.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clip( _
       ByVal Label As DicomLabel, _
       ByVal DisplayRect As System.Drawing.Rectangle _
    ) 
    public void Clip( 
       DicomLabel Label,
       System.Drawing.Rectangle DisplayRect
    )

    Parameters

    Label
    The label defining the clip area.
    DisplayRect
    The display area size. Using SKRect will enable image crop for mutiple viewer cells
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also