C# Class Signum.Windows.RECT

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
FromRect ( Rect rect ) : RECT
ToRect ( ) : Rect

Method Details

FromRect() public static méthode

public static FromRect ( Rect rect ) : RECT
rect System.Windows.Rect
Résultat RECT

ToRect() public méthode

public ToRect ( ) : Rect
Résultat System.Windows.Rect

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