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