TImageEnVect.ObjBrushStyle
Declaration
property ObjBrushStyle[hobj: integer]: TBrushStyle;
Description
ObjBrushStyle is the brush 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.
// Sets bsSolid as brush style for the next object to insert
ImageEnVect1.ObjBrushStyle[IEV_NEXT_INSERTED_OBJECT] := bsSolid;
Transition Information
There is no
TImageEnView Layer equivalent of ObjBrushStyle as layers do not use brush styles.