This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Point.Copy
[To be supplied.]
[Visual Basic]
Public Shared Function Copy( _
ByVal pt As Point _) As Point[C#]
public static Point Copy(
Point pt);[C++]
public: static Point Copy(
Point pt);[JScript]
public static function Copy(
pt : Point) : Point;