Matrix.TranslatePrepend(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.