You can not change a lot but you can change some settings:
procedure TForm1.SpeedButton1Click(Sender: TObject);
begin
ImageEnVect1.ObjBrushColor[-1] := clRed;
ImageEnVect1.ObjBrushStyle[-1] := bsSolid;
ImageEnVect1.ObjBeginShape[-1] := iesOUTARROW;
ImageEnVect1.ObjShapeWidth[-1] := 20;
ImageEnVect1.ObjShapeHeight[-1] := 10;
ImageEnVect1.MouseInteractVt := [miPutLine];
end;
The shape color is controlled by ObjBrushColor.
The paint style is controlled by ObjBrushStyle.
The dimensions of the arrow is set by ObjShapeWidth and ObjShapeHeight.
You can not change the type of the arrow.
William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html