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






    ROIPoints Method
    The list of points within the label
    Syntax
    'Declaration
     
    
    Public Function ROIPoints( _
       ByVal Image As DicomImage _
    ) As System.Drawing.PointF()
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim Image As DicomImage
    Dim value() As System.Drawing.PointF
     
    value = instance.ROIPoints(Image)

    Parameters

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

    Return Value

    Array of PointF values
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also