C# Class android.view.Display

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getDisplayId ( ) : int
getHeight ( ) : int
getMetrics ( android arg0 ) : void
getOrientation ( ) : int
getPixelFormat ( ) : int
getRefreshRate ( ) : float
getRotation ( ) : int
getWidth ( ) : int

Protected Methods

Method Description
Display ( global @__env )

Private Methods

Method Description
Display ( )

Method Details

Display() protected method

protected Display ( global @__env )
@__env global

getDisplayId() public method

public getDisplayId ( ) : int
return int

getHeight() public method

public getHeight ( ) : int
return int

getMetrics() public method

public getMetrics ( android arg0 ) : void
arg0 android
return void

getOrientation() public method

public getOrientation ( ) : int
return int

getPixelFormat() public method

public getPixelFormat ( ) : int
return int

getRefreshRate() public method

public getRefreshRate ( ) : float
return float

getRotation() public method

public getRotation ( ) : int
return int

getWidth() public method

public getWidth ( ) : int
return int