HCopy Method (HRegion, HRegion)

Galv Coil Eye Label OCR

Halcon..::..HCopy Method (HRegion, HRegion%)

A helper method to ensure that a HALCON HRegion is correctly disposed when assigned a new value.

Namespace:  Rti.Halcon
Assembly:  GalvCoilEyeLabelOcr (in GalvCoilEyeLabelOcr.exe)

Syntax


public static void HCopy(
	HRegion from,
	ref HRegion to
)
Public Shared Sub HCopy ( _
	from As HRegion, _
	ByRef to As HRegion _
)
public:
static void HCopy(
	HRegion^ from, 
	HRegion^% to
)

Parameters

from
Type: HRegion
The source HRegion.
to
Type: HRegion%
The destination HRegion.

Exceptions


ExceptionCondition
ArgumentNullExceptionfrom must not be null.
ArgumentNullExceptionfrom must not be null.