DicomObjects.NET.V8
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 PointF()
     
    'Usage
     
    Dim instance As DicomLabel
    Dim Image As DicomImage
    Dim value() As 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.0 or higher

    See Also