LVectorWindow::ZoomIn

Summary

Zooms in on the displayed vector.

Syntax

#include "ltwrappr.h"

L_VOID LVectorWindow::ZoomIn(L_VOID)

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.