Matrix.TranslatePrepend(Double, Double) Method

Definition

Prepends a translation transformation to this matrix.

public:
 void TranslatePrepend(double offsetX, double offsetY);
public void TranslatePrepend(double offsetX, double offsetY);
member this.TranslatePrepend : double * double -> unit
Public Sub TranslatePrepend (offsetX As Double, offsetY As Double)

Parameters

offsetX
Double

The translation offset along the X axis.

offsetY
Double

The translation offset along the Y axis.

Applies to