C# Class Xamarin.Canvas.Android.Extension

显示文件 Open project: Clancey/Canvas

Public Methods

Method Description
GetBitmap ( this res, string name ) : Android.Graphics.Bitmap
GetDrawable ( this res, string name ) : Android.Graphics.Drawables.Drawable

Private Methods

Method Description
GetId ( Type type, string propertyName ) : int
IdFromTitle ( string title ) : int

Method Details

GetBitmap() public static method

public static GetBitmap ( this res, string name ) : Android.Graphics.Bitmap
res this
name string
return Android.Graphics.Bitmap

GetDrawable() public static method

public static GetDrawable ( this res, string name ) : Android.Graphics.Drawables.Drawable
res this
name string
return Android.Graphics.Drawables.Drawable