DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Points Property

In This Topic
    Points Property
    In This Topic
    The points of a DicomLabel (of type PolyLine or Polygon)
    Syntax
    'Declaration
     
    
    Public Property Points As System.Drawing.PointF()
    public System.Drawing.PointF[] Points {get; set;}
    Remarks

    This is a single-dimension array, but interpreted as pairs of values (x and y).

    The values may be updated either by direct assignment to this property, or as in earlier versions of DicomObjects, the AddPoint:o method may be used to add a point to the end of the array.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also