'宣言 Public Overloads Shared Sub DrawImage( _ ByVal g As Graphics, _ ByVal image As Image, _ ByVal alphaLevel As Short, _ ByVal destRect As Rectangle, _ ByVal srcRect As Rectangle, _ ByVal invalidRect As Rectangle, _ ByVal imgAttributes As ImageAttributes, _ ByVal tile As Boolean _ )
public static void DrawImage( Graphics g, Image image, short alphaLevel, Rectangle destRect, Rectangle srcRect, Rectangle invalidRect, ImageAttributes imgAttributes, bool tile )