ImageEn, unit ievect

TImageEnVect.ObjShapeWidth

TImageEnVect.ObjShapeWidth


Declaration

property ObjShapeWidth[hobj: integer]: integer;


Description

Specifies the shape width of iekLINE hobj object. The shape is set with ObjBeginShape and ObjEndShape properties.

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.

See also: ObjShapeHeight


Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjShapeWidth, use: TIELineLayer.ShapeSize
Note: Same value applies to both height and width

TIELineLayer( ImageEnView1.CurrentLayer ).ShapeSize := 30;
ImageEnView1.Update();