monoandroid
namespace Android.Graphics
{
[Register("android/graphics/Canvas", DoNotGenerateAcw = true)]
public class Canvas : Object
{
[Obsolete("deprecated")]
[Register("quickReject", "(Landroid/graphics/Path;Landroid/graphics/Canvas$EdgeType;)Z", "GetQuickReject_Landroid_graphics_Path_Landroid_graphics_Canvas_EdgeType_Handler")]
public virtual bool QuickReject(Path! path, EdgeType! type);
}
}
.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. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |