C# Class Fusionbird.FusionToolkit.NativeMethods.RECT

Show file Open project: r4dius/AutoPuTTY Class Usage Examples

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
RECT ( Rectangle rect ) : System
ToRectangle ( ) : Rectangle
ToString ( ) : string

Method Details

RECT() public method

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

ToRectangle() public method

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

ToString() public method

public ToString ( ) : string
return string

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