ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 complex shape - highlight
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

graphman

259 Posts

Posted - Nov 25 2014 :  03:49:49  Show Profile  Reply
Hi, I'm trying to create highlighted shapes over a street map. The Highlight tool does this for me but its a square/rectangle shape only. The polyline is perfect for creating the exact shapes I need (to follow boundaries etc.) but I can't fill these shapes. Is there a way to create a complex shape with the properties of highlight shape?


This what I'm hoping to do!



xequte

39140 Posts

Posted - Nov 26 2014 :  22:22:27  Show Profile  Reply
Hi

How about something like:

procedure Tfmain.btnInsertComplexShapeClick(Sender: TObject);
begin
  ImageEnVect1.MouseInteractVt := [miPutPolyLine];
  ImageEnVect1.PolylineClosingMode := iecmAlways;
  ImageEnVect1.PolylineEndingMode  := ieemMouseUp;
  ImageEnVect1.ObjBrushColor[-1] := clYellow;
  ImageEnVect1.ObjBrushStyle[-1] := bsSolid;
end;


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

graphman

259 Posts

Posted - Nov 27 2014 :  03:20:24  Show Profile  Reply
Thank you.
Go to Top of Page

xequte

39140 Posts

Posted - Dec 01 2014 :  21:06:24  Show Profile  Reply
Also, use ObjTransparency if the shape should be transparent:

http://www.imageen.com/help/TImageEnVect.ObjTransparency.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

graphman

259 Posts

Posted - Dec 02 2014 :  03:57:03  Show Profile  Reply
Thanks
Go to Top of Page

bruce

Peru
5 Posts

Posted - Dec 26 2014 :  20:14:21  Show Profile  Reply
hello friend


You could draw a polygon on a map from position (latitude longitude) ??
Go to Top of Page

xequte

39140 Posts

Posted - Dec 28 2014 :  03:06:28  Show Profile  Reply
Hi Bruce

This seems to be the same as:


http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=1917

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: