LBitmap::GWireSetSeedPoint

Summary

Sets the seed point used when constructing the minimal paths for the edges.

Syntax

#include "ltwrappr.h"

virtual L_INT LBitmap::GWireSetSeedPoint(hGWire, ptSeed)

Parameters

GWIREHANDLE hGWire

Gwire handle.

L_POINT ptSeed

Point value that represents the starting point for constructing the minimum paths in the image.

Returns

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

Comments

This function should be called after LBitmap::GWireInit to set the seed point value. The hGWire handle is generated using the LBitmap::GWireInit function. The seed point should be within the image.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LBitmap::GWireGetMinPath.

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.