#include "ltwrappr.h"
virtual L_INT LVectorBase::SetPolygonMode(nMode=VECTOR_POLYGON_LINE)
L_INT nMode; |
polygon drawing mode |
Sets the current polygon drawing mode.
Parameter | Description | |
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. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET