#include "ltwrappr.h"
L_VOID LVectorGroup::SetVector(pVector)
Sets an LVectorBase object, or any object derived from LVectorBase, to be used by the Vector Group functions.
Pointer to the LVectorBase object to be used by the Vector Groups functions.
None
This function is mainly used internally. Functions that use an LVectorGroup object automatically set the vector.
Required DLLs and Libraries
L_INT LVectorGroup__SetVectorExample(HWND hWnd, LVectorBase *pVector)
{
UNREFERENCED_PARAMETER(hWnd);
LVectorGroup VectorGroup;
//Associate the LVectorGroup with an LVectorBase
//Note that most functions that use an LVectorGroup do this automatically
VectorGroup.SetVector(pVector);
//...Do something with the vector group
//...LVectorGroup destructor called when VectorGroup goes out of scope
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document