LAnnotation::operator=

#include "ltwrappr.h"

LAnnotation & LAnnotation::operator=(LAnnSource)

Makes a copy of the source annotation object.

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 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