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
 Layer bigger that ImageEnVect size
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

c.basso

Italy
36 Posts

Posted - Mar 14 2016 :  02:39:30  Show Profile  Reply
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  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: