C# Class WindowlessControls.RECT

Show file Open project: koush/WindowlessControls Class Usage Examples

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
RECT ( Rectangle rect ) : System
RECT ( int left, int top, int width, int height ) : System

Method Details

RECT() public method

public RECT ( Rectangle rect ) : System
rect System.Drawing.Rectangle
return System

RECT() public method

public RECT ( int left, int top, int width, int height ) : System
left int
top int
width int
height int
return System

Property Details

Bottom public property

public int Bottom
return int

Left public property

public int Left
return int

Right public property

public int Right
return int

Top public property

public int Top
return int