C# Class CustomChrome.NativeMethods.RECT

Afficher le fichier Open project: pvginkel/CustomChrome Class Usage Examples

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Méthodes publiques

Méthode Description
RECT ( Rectangle r ) : System
ToRectangle ( ) : Rectangle

Method Details

RECT() public méthode

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

ToRectangle() public méthode

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

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