Calibrator3DFromHandle Method (IntPtr)

CVB.Net Documentation
Create a Calibrator3D from a native handle adopting its life time.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Calibrator3D FromHandle(
	IntPtr nativeHandle
)

Parameters

nativeHandle
Type: SystemIntPtr
Nandle to create the object from.

Return Value

Type: Calibrator3D
Newly created calibrator or of no object could be created.
Remarks

Note that this function is not intended for general use. Providing invalid values on the nativeHandle parameter will most likely lead to severe problems in your application.
See Also

Reference