VECTORSCALEDATA

Summary

The VECTORSCALEDATA structure holds information about vector scaling factor.

Syntax

typedef struct tagVECTORSCALEDATA 
{ 
   HWND hWnd; 
   LVectorWindow *pVectorWindowClass; 
   VECTORPOINT ScaleFactor; 
} VECTORSCALEDATA, * pVECTORSCALEDATA; 

Members

HWND hWnd

Handle to the vector window.

LVectorWindow *pVectorWindowClass

Pointer to an LVectorWindow object.

VECTORPOINT ScaleFactor

The current scale factor of the vector.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.