Android.Graphics.Matrix.MapRect Method
Apply this matrix to the src rectangle, and write the transformed rectangle into dst.

Syntax

[Android.Runtime.Register("mapRect", "(Landroid/graphics/RectF;Landroid/graphics/RectF;)Z", "GetMapRect_Landroid_graphics_RectF_Landroid_graphics_RectF_Handler")]
public virtual bool MapRect (RectF dst, RectF src)

Parameters

dst
Where the transformed rectangle is written.
src
The original rectangle to be transformed.

Returns

Documentation for this section has not yet been entered.

Remarks

Apply this matrix to the src rectangle, and write the transformed rectangle into dst. This is accomplished by transforming the 4 corners of src, and then setting dst to the bounds of those points.

[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