'宣言
Public Shared Function StretchDIBits( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.UInteger, _
ByVal As System.Integer _
) As System.Integer
public static System.int StretchDIBits(
System.IntPtr ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.IntPtr ,
System.IntPtr ,
System.uint ,
System.int
)