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
Exception | Condition |
---|---|
ArgumentNullException | from must not be null. |
ArgumentNullException | from must not be null. |