#include "ltwrappr.h"
virtual L_INT LVectorBase::CopyGroup(pVectorGroupDst, pVectorGroupSrc, dwFlags = 0)
Copies the contents of one group to another.
This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.
Pointer to an LVectorGroup object that references the destination group.
Pointer to an LVectorGroup object that references the source group.
Flag that indicates whether or not to empty the destination group before copying. Possible values are:
Value | Meaning |
---|---|
0 | Do not empty the destination group before copying. |
VECTOR_FLAGS_REPLACE | Empty the destination group before copying. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
The destination group can be in the same vector handle as the source group, or it can be in a different vector handle.
An LVectorGroup object can be obtained by calling LVectorBase::EnumGroups, LVectorBase::GetGroupByName or LVectorBase::GetGroupByIndex.
Required DLLs and Libraries
For an example, refer to LVectorBase::GetGroupCount.
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