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!

Region.Translate (Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Translate( _
   ByVal dx As Integer, _
   ByVal dy As Integer _
)
[C#]
public void Translate(
   int dx,
   int dy
);
[C++]
public: void Translate(
   int dx,
   int dy
);
[JScript]
public function Translate(
   dx : int,
   dy : int
);

Parameters

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

See Also

Region Class | Region Members | System.Drawing Namespace | Region.Translate Overload List