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



In This Topic
    Exclude(DicomLabel,SKRect) Method
    In This Topic
    Applies clipping planes based on a label.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Exclude( _
       ByVal Label As DicomLabel, _
       ByVal DisplayRect As SkiaSharp.SKRect _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Label As DicomLabel
    Dim DisplayRect As SkiaSharp.SKRect
     
    instance.Exclude(Label, DisplayRect)
    public void Exclude( 
       DicomLabel Label,
       SkiaSharp.SKRect DisplayRect
    )
    public:
    void Exclude( 
       DicomLabel^ Label,
       SkiaSharp.SKRect 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also