PixelListConversionReleaseNativeHandle Method

CVB.Net Documentation
Releases the given native object handle.

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

public static void ReleaseNativeHandle(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Object handle to be released.
Remarks

Attention: only use this if you know what you are doing. This is normally not needed in the Stemmer.Cvb wrappers!
See Also

Reference