C# Class btswebdoc.CmdClient.SelectionArea

Mostra file Open project: riha/btswebdoc Class Usage Examples

Public Properties

Property Type Description
Height int
Width int
X int
Y int

Public Methods

Method Description
GetRectangle ( ) : Rectangle
SelectionArea ( ) : System
SelectionArea ( int x, int y, int w, int h ) : System

Method Details

GetRectangle() public method

public GetRectangle ( ) : Rectangle
return System.Drawing.Rectangle

SelectionArea() public method

public SelectionArea ( ) : System
return System

SelectionArea() public method

public SelectionArea ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
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