ImageEn, unit ievect

TImageEnVect.ObjPenStyle

TImageEnVect.ObjPenStyle


Declaration

property ObjPenStyle[hobj: integer]: TPenStyle;


Description

Specifies the pen style of hobj object.

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.


Transition Information

There is no TImageEnView Layer equivalent of ObjPenStyle as Pen styles are not used for layers. Borders are always solid colors.