C# Class WindowlessControls.RelativeLayout

Mostra file Open project: koush/WindowlessControls Class Usage Examples

Public Methods

Method Description
RelativeLayout ( ) : System
RelativeLayout ( IWindowlessControl relative, float x, float y, float width, float height ) : System

Method Details

RelativeLayout() public method

public RelativeLayout ( ) : System
return System

RelativeLayout() public method

public RelativeLayout ( IWindowlessControl relative, float x, float y, float width, float height ) : System
relative IWindowlessControl
x float
y float
width float
height float
return System