| 
        
          | 
              
                | 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
 
 |  |  
 |