MANUALPERSPECTIVEDESKEWPOINTS

Summary

The MANUALPERSPECTIVEDESKEWPOINTS structure contains a list of points that will be transferred to match the location of the mapped points list.

Syntax

typedef struct _MANUALPERSPECTIVEDESKEWPOINTS 
{ 
   L_UINT uStructSize; 
   L_POINT InputPoints[4]; 
   L_POINT MappingPoints[4]; 
} MANUALPERSPECTIVEDESKEWPOINTS, *pMANUALPERSPECTIVEDESKEWPOINTS; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

InputPoints

An array that contains a set of points that will be transformed to match the location of the mapped points array.

MappingPoints

An array that contains the final location of the mapped points.

Comments

pMANUALPERSPECTIVEDESKEWPOINTS is a pointer to a MANUALPERSPECTIVEDESKEWPOINTS structure. Where the function parameter type is pMANUALPERSPECTIVEDESKEWPOINTS, you can declare a MANUALPERSPECTIVEDESKEWPOINTS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pMANUALPERSPECTIVEDESKEWPOINTS variable is necessary only if your program requires a pointer.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

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