LVectorWindow::SetScaleFactor

#include "ltwrappr.h"

L_VOID LVectorWindow::SetScaleFactor(pScaleFactor)

pVECTORPOINT pScaleFactor;

/* pointer to a VECTORPOINT structure */

Sets the current scale factor for the LVectorWindow object.

Parameter

Description

pScaleFactor

Pointer to a VECTORPOINT structure that contains the scale factor to set.

Returns

None.

Comments

The LVectorWindow::ScaleIn and LVectorWindow::ScaleOut member functions use the scale factor to scale the currently loaded vector.

Scaling changes the internally stored scale of the vector.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorWindow::GetScaleFactor, LVectorWindow::ScaleIn, LVectorWindow::ScaleOut, LVectorWindow::SetKeyMode, LVectorWindow::GetKeyMode, Class Members

Example

For an example, refer to LVectorWindow::ScaleIn.