Android.Graphics.Matrix.PreTranslate Method
Preconcats the matrix with the specified translation.

Syntax

[Android.Runtime.Register("preTranslate", "(FF)Z", "GetPreTranslate_FFHandler")]
public virtual bool PreTranslate (float dx, float dy)

Parameters

dx
Documentation for this section has not yet been entered.
dy
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Preconcats the matrix with the specified translation. M' = M * T(dx, dy)

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1