NGWS SDK Documentation  

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
);

Parameters

dx
[To be supplied.]
dy
[To be supplied.]

See Also

Point Structure | Point Members | System.Drawing Namespace