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!

PathGradientBrush.TranslateTransform (Single, Single)

[To be supplied.]

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

Parameters

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

See Also

PathGradientBrush Class | PathGradientBrush Members | System.Drawing.Drawing2D Namespace | PathGradientBrush.TranslateTransform Overload List