LVectorWindow::SetZoomPercent

Summary

Sets the current zoom percent for the displayed vector.

Syntax

#include "ltwrappr.h"

L_VOID LVectorWindow::SetZoomPercent(ZoomPercent)

Parameters

L_UINT ZoomPercent

The percent to zoom in or out on the displayed vector.

Returns

None.

Comments

Setting the specified zoom percent affects all zooming. Zooming is accomplished by calling LVectorWindow::ZoomIn, LVectorWindow::ZoomOut, or using the PLUS or MINUS keys on the numeric keypad. The uPercent argument must be greater than or equal to 100. Setting uPercent to a value less than 100 sets the zoom percent to be 100.

The default zoom percent is 130%.

Required DLLs and Libraries

See Also

Functions

Example

For an example, refer to LVectorWindow::ZoomIn.

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.