'宣言 Public Shared Function CreateShadowImage( _ ByVal original As Image, _ ByVal backColor As Color, _ ByVal imgAttributes As ImageAttributes _ ) As Image
public static Image CreateShadowImage( Image original, Color backColor, ImageAttributes imgAttributes )