monoandroid
namespace Android.Graphics
{
[Register("android/graphics/Canvas", DoNotGenerateAcw = true)]
public class Canvas : Object
{
[Register("drawBitmapMesh", "(Landroid/graphics/Bitmap;II[FI[IILandroid/graphics/Paint;)V", "GetDrawBitmapMesh_Landroid_graphics_Bitmap_IIarrayFIarrayIILandroid_graphics_Paint_Handler")]
public virtual void DrawBitmapMesh(Bitmap! bitmap, int meshWidth, int meshHeight, float[]! verts, int vertOffset, int[]? colors, int colorOffset, Paint? paint);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |