#include "BIVISION.H"
void CALLBACK ReleaseVectors(RegionVectors * lpVectors)
Description
This function releases the Arc Vectors generated by VectorizeRegionBorders function. See the structure defines of the input value at Programming Notes.
Parameters
|
RegionVectors * |
lpVectors |
The input vector list structure. |
Return values
None.
Programming notes
typedef struct {
int x;
int y;
void * Next;
} RegionPoint;
typedef struct {
RegionPoint * lpRegPoint;
void * Next;
} RegionVectors;
At the last points and last vectors of the lists, the Next pointers are NULL.
Requirements
Header : Declared in BiVision.h; include BiVision.h.
Library : Use BiVision.lib.
DLLs : BiVision.dll.