LAnnotation::operator=

Summary

Makes a copy of the source annotation object.

Syntax

#include "ltwrappr.h"

LAnnotation & LAnnotation::operator=(LAnnSource)

Parameters

LAnnotation& LAnnSource

The annotation object to be copied.

Returns

The destination annotation object.

Comments

This function will update the destination class object with the handle of the annotation object created by the copy.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

L_INT LAnnotation_operatorExample(LAnnotation& LeadAnnotation) 
{ 
   LAnnotation MyAnn ; 
   MyAnn = LeadAnnotation ; 
 
	//... 
	return SUCCESS; 
} 
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.