Halcon..::..HCopy Method (HXLDCont, HXLDCont%)
A helper method to ensure that a HALCON XLD Contour is correctly disposed when assigned a
new value.
Namespace:
Rti.Halcon
Assembly:
GalvCoilEyeLabelOcr (in GalvCoilEyeLabelOcr.exe)
Syntax
public static void HCopy( HXLDCont from, ref HXLDCont to )
Public Shared Sub HCopy ( _ from As HXLDCont, _ ByRef to As HXLDCont _ )
public: static void HCopy( HXLDCont^ from, HXLDCont^% to )
Parameters
- from
- Type: HXLDCont
The source HXLDCont.
- to
- Type: HXLDCont%
The destination HXLDCont.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | from must not be null. |
| ArgumentNullException | from must not be null. |