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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 A few questions about vector shapes

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
MrDeveloper Posted - Sep 27 2021 : 06:22:54
Hello

The questions refer to TImageEnView with layer technique, if it would go alternatively with TImageEnVect, please gladly also note.

1. How is it possible to query or manipulate the properties of a particular type of vector shape, e.g. for an "iesEllipse" the center coordinates and its arc information?
2. Is it possible to convert pixel coordinates with an auxiliary function directly into the units of measurement displayed according to ruler? (e.g. pixel coordinates to cm or mm etc.).
3. Can also standard vector shapes be joined, so that actually custom vector shapes arise from it?
4. Can EMF, WMF and/or SVG files also be imported and used as scalable and manipulable vector shapes?

Thanks a lot in advance!
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 27 2021 : 20:28:59
Hi

1. You would need to calculate this from the PosX, PosY, Width and Height properties

2. You can use IEConvertToUnits:

https://www.imageen.com/help/IEConvertToUnits.html

3. All standard shapes are joined. They cannot be unjoined

4. Please see the demo:

\Demos\LayerEditing\SVGVectorLayers\SVGLayers.dpr

Note: SVG loading requires the ImageMagick plug-in:

http://www.imageen.com/download/

Nigel
Xequte Software
www.imageen.com