PathGradientBrush.TranslateTransform

TranslateTransform(float, float)

Applies the specified translation to the local geometric transform. This method prepends the translation to the transform.

public void TranslateTransform(float dx, float dy)
ParameterTypeDescription
dxSingleThe value of the translation in x.
dySingleThe value of the translation in y.

See Also


TranslateTransform(float, float, MatrixOrder)

Applies the specified translation to the local geometric transform in the specified order.

public void TranslateTransform(float dx, float dy, MatrixOrder order)
ParameterTypeDescription
dxSingleThe value of the translation in x.
dySingleThe value of the translation in y.
orderMatrixOrderThe order (prepend or append) in which to apply the translation.

See Also