LVectorBase::SetPolygonMode

Summary

Sets the current polygon drawing mode.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::SetPolygonMode(nMode=VECTOR_POLYGON_LINE)

Parameters

L_INT nMode

The polygon drawing mode to set. Possible values are:

Value Meaning
VECTOR_POLYGON_POINT Draw only the edges points on polygons and lines.
VECTOR_POLYGON_LINE Draw as a wire-frame.
VECTOR_POLYGON_FILL Draw solid polygons.
VECTOR_POLYGON_FILL_RASTER_ALWAYS Draw solid polygons and always draw raster objects.

Returns

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

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::GetPolygonMode.

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.