Image Constructor (IntPtr, ShareObject, UseMemoryPressure)

CVB.Net Documentation
Creates a Image object around a native handle and guesses the memory pressure if useMemoryPressure indicates that.

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

protected Image(
	IntPtr handle,
	ShareObject doShare,
	UseMemoryPressure useMemoryPressure
)

Parameters

handle
Type: SystemIntPtr
Native handle of the image
doShare
Type: Stemmer.Cvb.Runtime.InteropServicesShareObject
Yes if handle is to be shared.
useMemoryPressure
Type: Stemmer.Cvb.Runtime.InteropServicesUseMemoryPressure
Guesses memory pressure if Yes is set.
See Also

Reference