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!

Graphics.TranslateClip (Int32, Int32)

[To be supplied.]

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

Parameters

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

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.TranslateClip Overload List