DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / ClipTo Method
The area to clip to



In This Topic
    ClipTo Method
    In This Topic
    Limits a line to the section within a given rectangle
    Syntax
    'Declaration
     
    
    Public Sub ClipTo( _
       ByVal SKRectI As SkiaSharp.SKRect _
    ) 
    'Usage
     
    
    Dim instance As DicomLabel
    Dim SKRectI As SkiaSharp.SKRect
     
    instance.ClipTo(SKRectI)
    public void ClipTo( 
       SkiaSharp.SKRect SKRectI
    )
    public:
    void ClipTo( 
       SkiaSharp.SKRect SKRectI
    ) 

    Parameters

    SKRectI
    The area to clip to
    Remarks
    Although the type of the label is not explicitly checked (as the mehod merely changes the Area property, in practice it only makes sense to use this method for labels of type Line
    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