Pen::TranslateTransform Method (Single, Single)

 

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

Namespace:   System.Drawing
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.

.NET Framework
Available since 1.1
Return to top
Show: