Pen::TranslateTransform Method (Single, Single, MatrixOrder)

 

Translates the local geometric transformation by the specified dimensions in the specified order.

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

public:
void TranslateTransform(
	float dx,
	float dy,
	MatrixOrder order
)

Parameters

dx
Type: System::Single

The value of the translation in x.

dy
Type: System::Single

The value of the translation in y.

order
Type: System.Drawing.Drawing2D::MatrixOrder

The order (prepend or append) in which to apply the translation.

.NET Framework
Available since 1.1
Return to top
Show: