'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function ToHdib( _ ByVal release As Boolean _ ) As IntPtr
'Usage Dim instance As ScanFix Dim release As Boolean Dim value As IntPtr value = instance.ToHdib(release)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public IntPtr ToHdib( bool release )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: IntPtr ToHdib( bool release )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: IntPtr ToHdib( bool release )
Parameters
- release
- Set true to force this component to release ownership of the DIB or false for the component to retain ownership of the DIB.
Return Value
Handle to a DIB containing the current image.