<DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function ToHdib( _ ByVal release As Boolean _ ) As IntPtr
[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.