PathGradientBrush::TranslateTransform Method (Single, Single)

 

Applies the specified translation to the local geometric transform. 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 SetBlendTriangularShape.

.NET Framework
Available since 1.1
Return to top
Show: