With the following settings you can not select the transparent part of a png in a bitmap object. Only the non transparent area can be selected to move the object? The auto selection cursor does is not visible unless the cursor is over a non transparent part of the bitmap. Are there additional properties to be set or is ObjBoxInnerSelectable and ObjBitmapHandleTransparencyOnSel broken?
procedure TForm1.FormCreate(Sender: TObject);
begin
ImageEnView1.IO.LoadFromFile('Pin.png'); // 32-bit RGBA
ImageEnVect1.ObjBitmapHandleTransparencyOnSel := True;
ImageEnVect1.ObjBoxInnerSelectable := True;
end;
Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development