'宣言 Public Shared Sub DrawGlowGradient( _ ByVal rect As Rectangle, _ ByVal orientation As GlowOrientation, _ ByVal g As Graphics, _ ByVal innerColor As Color, _ ByVal outerColor As Color, _ ByVal circleTopPercentage As Integer, _ ByVal innerGlowFalloffTabPercentage As Integer, _ ByVal outerGlowFalloffTabPercentage As Integer _ )
public static void DrawGlowGradient( Rectangle rect, GlowOrientation orientation, Graphics g, Color innerColor, Color outerColor, int circleTopPercentage, int innerGlowFalloffTabPercentage, int outerGlowFalloffTabPercentage )