C# Class Fusionbird.FusionToolkit.NativeMethods.RECT

Afficher le fichier Open project: r4dius/AutoPuTTY Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Méthodes publiques

Méthode Description
RECT ( Rectangle rect ) : System
ToRectangle ( ) : Rectangle
ToString ( ) : string

Method Details

RECT() public méthode

public RECT ( Rectangle rect ) : System
rect System.Drawing.Rectangle
Résultat System

ToRectangle() public méthode

public ToRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Bottom public_oe property

public int Bottom
Résultat int

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int

Top public_oe property

public int Top
Résultat int