DicomObjects Reference
DicomObjects Reference / DicomLabel Object / Points Property
Points Property
Description
The Points of a polyline or polygon
Property type
Read-write property
Syntax
Visual Basic
Public Property Points As Variant
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 method may be used to add a point to the end of the array.
See Also