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 (Single, Single)

[To be supplied.]

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

Parameters

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

See Also

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