DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / Clip Method / Clip(DicomLabel,SKSizeI) 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,SKSizeI) Method
    In This Topic
    Applies clipping planes based on a label.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clip( _
       ByVal Label As DicomLabel, _
       ByVal DisplayArea As SkiaSharp.SKSizeI _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Label As DicomLabel
    Dim DisplayArea As SkiaSharp.SKSizeI
     
    instance.Clip(Label, DisplayArea)
    public void Clip( 
       DicomLabel Label,
       SkiaSharp.SKSizeI DisplayArea
    )
    public:
    void Clip( 
       DicomLabel^ Label,
       SkiaSharp.SKSizeI DisplayArea
    ) 

    Parameters

    Label
    The label defining the clip area.
    DisplayArea
    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