LVectorBase::GetParallelogram

Summary

Gets the parallelogram of the class object's associated vector handle drawing.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::GetParallelogram(pMin, pMax);

Parameters

pVECTORPOINT pMin

Pointer to a VECTORPOINT structure to be updated with the minimum point of the bounding parallelogram of the specified vector handle.

pVECTORPOINT pMax

Pointer to a VECTORPOINT structure to be updated with the maximum point of the bounding parallelogram of the specified vector handle.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

You can set the parallelogram with LVectorBase:;SetParallelogram.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::SetParallelogram.

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.