Click or drag to resize

PICreateDIBSection Method


Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static IntPtr CreateDIBSection(
	IntPtr hDC,
	PIBITMAPINFO pBMI,
	uint iUsage,
	int ppvBits,
	IntPtr hSection,
	uint dwOffset
)

Parameters

hDC  IntPtr
 
pBMI  PIBITMAPINFO
 
iUsage  UInt32
 
ppvBits  Int32
 
hSection  IntPtr
 
dwOffset  UInt32
 

Return Value

IntPtr
See Also