'宣言
 
Public Shared Function CreateDIBSection( _
   ByVal  As System.IntPtr, _
   ByRef  As Win32.BITMAPINFO, _
   ByVal  As System.UInteger, _
   ByVal  As System.IntPtr, _
   ByVal  As System.IntPtr, _
   ByVal  As System.UInteger _
) As System.IntPtr
             
        
            
            public static System.IntPtr CreateDIBSection( 
   System.IntPtr ,
   ref Win32.BITMAPINFO ,
   System.uint ,
   System.IntPtr ,
   System.IntPtr ,
   System.uint 
)