LAnnotation::Copy

#include "ltwrappr.h"

virtual L_INT LAnnotation::Copy(hAnnSource)

virtual L_INT LAnnotation::Copy(LAnnSource)

Makes a copy of the specified annotation object.

Parameters

HANNOBJECT hAnnSource

Handle to the associated annotation object to be copied.

LAnnotation& LAnnSource

The annotation object to be copied.

Returns

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

Comments

LAnnotation::Copy(hAnnSource) will update the class object with the handle of the annotation object created by the copy.

LAnnotation::Copy(LAnnSource) will update the class object with the passed object.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Help Version 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help