C# Class JoanZapata.XamarinIconify.Sample.Utils.AndroidUtils.Size

ファイルを表示 Open project: PragmaticIT/xiconify

Public Properties

Property Type Description
height int
width int

Public Methods

Method Description
Size ( int width, int height ) : Android.App

Method Details

Size() public method

public Size ( int width, int height ) : Android.App
width int
height int
return Android.App

Property Details

height public_oe property

public int height
return int

width public_oe property

public int width
return int