DicomObjects Reference
DicomObjects Reference / DicomLabel Object / BoundingPolygon Method
In This Topic
    BoundingPolygon Method
    In This Topic
    Description
    Makes a polyline label enclosing a bitmap label
    Syntax
    Visual Basic
    Public Function BoundingPolygon() As DicomLabel
    Remarks
    The DicomLabel to which this method is applied must be of  type doLabelBitmap.
    The result is a new label (unattached to any collection) of type doLabelPolygon, which just encloses all the points of the original bitmap.  The resulting polygon is entirely convex, and no inner boundaries or “holes” are created.
     
    See Also