LinearGradientBrush::TranslateTransform Method (Single, Single)

 

Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void TranslateTransform(
	float dx,
	float dy
)

Parameters

dx
Type: System::Single

The value of the translation in x.

dy
Type: System::Single

The value of the translation in y.

For an example, see TranslateTransform.

.NET Framework
Available since 1.1
Return to top
Show: