C# Class Rsdn.Janus.Config.FormBounds

Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Свойство Type Description
Height int
Width int
X int
Y int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FormBounds ( int x, int y, int width, int height, bool maximize ) : System

Method Details

FormBounds() public méthode

public FormBounds ( int x, int y, int width, int height, bool maximize ) : System
x int
y int
width int
height int
maximize bool
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int