DicomObjects.NET.V8
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 PointF()
    'Usage
     
    Dim instance As DicomLabel
    Dim Image As DicomImage
    Dim value() As PointF
     
    value = instance.ROIPoints(Image)
    public PointF[] ROIPoints( 
       DicomImage Image
    )
    public:
    array<PointF>^ ROIPoints( 
       DicomImage^ 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