LVectorWindow::ZoomIn

#include "ltwrappr.h"

L_VOID LVectorWindow::ZoomIn(L_VOID)

Zooms in on the displayed vector.

Returns

None.

Comments

This will zoom by the amount specified in LVectorWindow::SetZoomPercent.

Required DLLs and Libraries

See Also

Functions

Example

//Assumes pVectorWindow points to a valid LVectorWindow object 
 
L_INT LVectorWindow__ZoomInExample(LVectorWindow *pVectorWindow) 
{ 
   //Set the zoom percent to 110% and ZoomIn 
   pVectorWindow->SetZoomPercent(110); 
 
   pVectorWindow->ZoomIn(); 
 
   return SUCCESS; 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help