C# Class MetroRadiance.Chrome.Primitives.RightChromeWindow

Inheritance: ChromeWindow
Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Methods

Method Description
RightChromeWindow ( ) : System

Protected Methods

Method Description
GetHeight ( Dpi dpi ) : int
GetLeft ( Dpi dpi ) : int
GetTop ( Dpi dpi ) : int
GetWidth ( Dpi dpi ) : int

Method Details

GetHeight() protected method

protected GetHeight ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

GetLeft() protected method

protected GetLeft ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

GetTop() protected method

protected GetTop ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

GetWidth() protected method

protected GetWidth ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

RightChromeWindow() public method

public RightChromeWindow ( ) : System
return System