Matrix.Dump(PrintWriter) Method

Definition

Dumps a human-readable shortened string of the matrix into the given stream

[Android.Runtime.Register("dump", "(Ljava/io/PrintWriter;)V", "", ApiSince=31)]
public void Dump (Java.IO.PrintWriter pw);
[<Android.Runtime.Register("dump", "(Ljava/io/PrintWriter;)V", "", ApiSince=31)>]
member this.Dump : Java.IO.PrintWriter -> unit

Parameters

pw
PrintWriter

The PrintWriter into which the string representation of the matrix will be written.

Attributes

Remarks

Dumps a human-readable shortened string of the matrix into the given stream

Java documentation for android.graphics.Matrix.dump(java.io.PrintWriter).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to