Image Constructor (IntPtr, ShareObject, Int64)

CVB.Net Documentation
Creates a Image object around a native handle with the given memoryPressure.

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

protected Image(
	IntPtr handle,
	ShareObject doShare,
	long memoryPressure
)

Parameters

handle
Type: SystemIntPtr
Native handle of the image
doShare
Type: Stemmer.Cvb.Runtime.InteropServicesShareObject
Yes if handle is to be shared.
memoryPressure
Type: SystemInt64
Number of bytes to indicate native object size; 0 or negative values are ignored.
See Also

Reference