This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Point.Offset
[To be supplied.]
[Visual Basic]
Public Sub Offset( _
ByVal dx As Integer, _ ByVal dy As Integer _)[C#]
public void Offset(
int dx, int dy);[C++]
public: void Offset(
int dx, int dy);[JScript]
public function Offset(
dx : int,dy : int);