ImageEn, unit ievect

TImageEnVect.ObjPolylinePoints

TImageEnVect.ObjPolylinePoints

Declaration

property ObjPolylinePoints[hobj: Integer; index: Integer]: TPoint;

Description

Specifies the points that compose the hobj polyline.

hobj is the ID of the object. You can also specify IEV_NEXT_INSERTED_OBJECT (-1) which refers to the next object to be inserted or IEV_PREVIOUS_INSERTED_OBJECT (-2) for the last object inserted.

Use ObjPolylinePointsCount to determine how many points the polyline contains.

See Also

SetObjPolylinePoints
AddPolyLinePoint
RemovePolyLinePoint

Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjPolylinePoints, use: TIEPolylineLayer.Points
TIEPolylineLayer( ImageEnView1.CurrentLayer ).Points...