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
 Layer bigger that ImageEnVect size

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
c.basso 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
1   L A T E S T    R E P L I E S    (Newest First)
xequte 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