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

Show in webframe

#include "ltsgm.h"

pHSEGMENTATION LSegment::MrcGetHandle()

Gets the segmentation handle.

Returns

This function returns the segmentation handle for this object.

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::MrcSegmentBitmap, LSegment::MrcCreateNewSegment, Class Members

Topics:

General Segmentation

 

Manual Segmentation

Example

L_INT LSegment__MrcGetHandleExample(LSegment& Segment, pHSEGMENTATION phSeg)
{
   phSeg = Segment.MrcGetHandle();
   return SUCCESS;
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.