Set the matrix to the scale and translate values that map the source
rectangle to the destination rectangle, returning true if the the result
can be represented.
Syntax
[Android.Runtime.Register("setRectToRect", "(Landroid/graphics/RectF;Landroid/graphics/RectF;Landroid/graphics/Matrix$ScaleToFit;)Z", "GetSetRectToRect_Landroid_graphics_RectF_Landroid_graphics_RectF_Landroid_graphics_Matrix_ScaleToFit_Handler")]
public virtual
bool SetRectToRect (
RectF src,
RectF dst,
Matrix.ScaleToFit stf)
Parameters
- src
- the source rectangle to map from.
- dst
- the destination rectangle to map to.
- stf
- the ScaleToFit option
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1