Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
Layer bigger that ImageEnVect size
New Topic
Reply to Topic
Author
Topic
c.basso
Italy
36 Posts
Posted - Mar 14 2016 : 02:39:30
Hi,
I need to draw a polyline that will need a big area (example: about 5000x5000 px).
My ImageEnVect object has a smaller size (example: 800x600px)
I've set ImageEnVect.CurrentLayer.Width and heigth to 5000px,
but when I draw the polyline, I can see only the 800x600 area (already done zoomout).
Is it possible to have a layer bigger than the imageenvect?
What am I missing?
Thanks
Claudio
xequte
38690 Posts
Posted - Mar 14 2016 : 15:25:21
Hi Claudio
Layers are not relevant to TImageEnVect objects. You want to set the size of your image (TImageEnVect.IEBitmap), e.g.
ImageEnVect1.Proc.ImageResize( 5000, 5000 );
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page