Android.Graphics.Matrix.PostTranslate Method
Postconcats the matrix with the specified translation.

Syntax

[Android.Runtime.Register("postTranslate", "(FF)Z", "GetPostTranslate_FFHandler")]
public virtual bool PostTranslate (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

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

[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