C# Class Fusionbird.FusionToolkit.NativeMethods.RECT

显示文件 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_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