Transform the points in this path by matrix, and write the answer
into dst.
Syntax
[Android.Runtime.Register("transform", "(Landroid/graphics/Matrix;Landroid/graphics/Path;)V", "GetTransform_Landroid_graphics_Matrix_Landroid_graphics_Path_Handler")]
public virtual
void Transform (
Matrix matrix,
Path dst)
Parameters
- matrix
- The matrix to apply to the path
- dst
- The transformed path is written here. If dst is null,
then the the original path is modified
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1