'宣言 Public Shared Function viewingTransform( _ ByVal source As Rectangle, _ ByVal destination As Rectangle, _ ByVal p1() As Point, _ ByVal keepAspectRatio As Boolean _ ) As Point()
public static Point[] viewingTransform( Rectangle source, Rectangle destination, Point[] p1, bool keepAspectRatio )