Image Constructor (IntPtr)

CVB.Net Documentation
Creates a Image object around a native handle.

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

protected Image(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Native handle of the image.
Remarks

Does not share the given handle, but guesses memory pressure.
See Also

Reference