Class SafeDibSectionHandle
A DIB Section SafeHandle implementation
Inherited Members
Namespace: Dapplo.Windows.Gdi32.SafeHandles
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public class SafeDibSectionHandle : SafeObjectHandle
Constructors
| Improve this Doc View SourceSafeDibSectionHandle()
Default constructor is needed to support marshalling!!
Declaration
public SafeDibSectionHandle()
SafeDibSectionHandle(IntPtr)
Create a SafeDibSectionHandle for an existing DIB Section
Declaration
public SafeDibSectionHandle(IntPtr preexistingHandle)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | preexistingHandle |