'宣言 Public Shared Function CopyGraphics( _ ByVal destGraphics As Graphics, _ ByVal destLocation As Point, _ ByVal sourceGraphics As Graphics, _ ByVal sourceRect As Rectangle _ ) As Boolean
public static bool CopyGraphics( Graphics destGraphics, Point destLocation, Graphics sourceGraphics, Rectangle sourceRect )