C# Class CustomChrome.NativeMethods.RECT

Exibir arquivo 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_oe property

public int bottom
return int

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int