L_VecSetDisplayOptions

Summary

This functions sets the display options in the vector handle.

Syntax

#include "ltvkrn.h"

L_LVKRN_API L_INT L_VecSetDisplayOptions(pVector, pOptions)

Parameters

pVECTORHANDLE pVector

Pointer to the vector handle.

const pVECTOR_DISPLAY_OPTIONS pOptions

Pointer to a VECTOR_DISPLAY_OPTIONS structure that contains the display options to set.

Returns

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

Comments

The display options determine how the toolkit will draw objects on the screen

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_VecGetDisplayOptions.

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 API Help

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