Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS MRC C++ Class Library Help

LSegment::LSegment

Show in webframe

#include "ltwrappr.h"

LSegment::LSegment()

Constructs and initializes the LSegment object.

Returns

None.

Comments

This is the constructor of the LSegment class.

Required DLLs and Libraries

LTSGM

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Elements:

LSegment::~LSegment, Class Members

Example

The following example creates an instance of the LSegment class.

L_INT LSegment__LSegmentExample()
{
   /* The following will cause the constructor to be called */
   /* The destructor is called when the object is freed or goes out of
      scope */
   LSegment Segment;
   //…
   //…
   return SUCCESS;
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.