C# Class CustomChrome.NativeMethods.RECT

Show file Open project: pvginkel/CustomChrome Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
RECT ( Rectangle r ) : System
ToRectangle ( ) : Rectangle

Method Details

RECT() public method

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

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return System.Drawing.Rectangle

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