BExplorer.Shell.Interop.Gdi32.GetObjectDIBSection C# (CSharp) Method

GetObjectDIBSection() private method

private GetObjectDIBSection ( IntPtr hObject, int nCount, DIBSECTION &lpObject ) : int
hObject System.IntPtr
nCount int
lpObject DIBSECTION
return int
		public static extern int GetObjectDIBSection(IntPtr hObject, int nCount, ref DIBSECTION lpObject);