C# Class Rsdn.Janus.Config.FormBounds

ファイルを表示 Open project: rsdn/janus

Public Properties

Property Type Description
Height int
Width int
X int
Y int

Private Properties

Property Type Description

Public Methods

Method Description
FormBounds ( int x, int y, int width, int height, bool maximize ) : System

Method Details

FormBounds() public method

public FormBounds ( int x, int y, int width, int height, bool maximize ) : System
x int
y int
width int
height int
maximize bool
return System

Property Details

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int