Language

RecordingCanvas.DrawMesh(Mesh, BlendMode, Paint) Method

Definition

Draws a mesh object to the screen.

[Android.Runtime.Register("drawMesh", "(Landroid/graphics/Mesh;Landroid/graphics/BlendMode;Landroid/graphics/Paint;)V", "", ApiSince=34)]
public override sealed void DrawMesh(Android.Graphics.Mesh mesh, Android.Graphics.BlendMode? blendMode, Android.Graphics.Paint paint);
[<Android.Runtime.Register("drawMesh", "(Landroid/graphics/Mesh;Landroid/graphics/BlendMode;Landroid/graphics/Paint;)V", "", ApiSince=34)>]
override this.DrawMesh : Android.Graphics.Mesh * Android.Graphics.BlendMode * Android.Graphics.Paint -> unit

Parameters

mesh
Mesh
blendMode
BlendMode
paint
Paint
Attributes

Remarks

Draws a mesh object to the screen. Note: antialiasing is not supported, therefore Paint.ANTI_ALIAS_FLAG is ignored.

Android reference for android.graphics.RecordingCanvas.drawMesh.

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