DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / ROIPoints Method
The image to which to which the label is being applied.



In This Topic
    ROIPoints Method
    In This Topic
    The list of points within the label
    Syntax
    'Declaration
     
    
    Public Function ROIPoints( _
       ByVal Image As DicomImage _
    ) As SkiaSharp.SKPoint()
    'Usage
     
    
    Dim instance As DicomLabel
    Dim Image As DicomImage
    Dim value() As SkiaSharp.SKPoint
     
    value = instance.ROIPoints(Image)
    public SkiaSharp.SKPoint[] ROIPoints( 
       DicomImage Image
    )
    public:
    SkiaSharp.array<SKPoint>^ ROIPoints( 
       DicomImage^ Image
    ) 

    Parameters

    Image
    The image to which to which the label is being applied.

    Return Value

    Array of SKPoint values
    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